diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2011-11-17 08:55:00 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2011-11-17 08:55:00 +0100 |
| commit | 331d327671af3969e56e8019657a91ead88643d3 (patch) | |
| tree | 77b6c7dd01181ad22ada2c3d7c4f80e75363c14b /src | |
| parent | ef193c1fbc29b0ebd7842866d606782fc3208d15 (diff) | |
Fix update list timer
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -462,6 +462,7 @@ static gboolean update_list(gpointer _master) { master_t* master = _master; g_async_queue_push(master->queue, msg_updatelist()); + master->sync_timeout = 0; return FALSE; } |
