Skip to content
Extraits de code Groupes Projets
Vérifiée Valider c78cba50 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

QUEUE: Reset the srv->update_* fields when update is finished

parent 1a904bf1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!141Improve MPD compatibility
......@@ -877,7 +877,9 @@ redo:
srv->update_current++;
if (srv->update_current >= srv->update_total)
(LOG_WARN("EVENT", "Force updating state because tikcs exceded the update count"),
srv->is_updating = 0);
srv->is_updating = 0,
srv->update_total = 0,
srv->update_current = 0);
})
/* The null event / ignored events, just return / continue */
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter