SocketAPI: fix the BROADCAST message

This commit is contained in:
Olivier Goffart 2014-08-27 13:55:06 +02:00
parent bb7f63dcfd
commit ea381392a7

View file

@ -328,7 +328,7 @@ void SocketApi::slotJobCompleted(const QString &folder, const SyncFileItem &item
command = QLatin1String("ERROR");
}
if( Utility::isLinux() ) {
broadcastMessage(QLatin1String("BROADCAST:"), path, command);
broadcastMessage(QLatin1String("BROADCAST"), path, command);
}
}