Flush connection after execiton of timer function

This commit is contained in:
mjentsch 2014-09-20 10:02:49 +02:00
parent 4c358b6962
commit c1f170467c

View file

@ -325,6 +325,7 @@ gboolean queries_timerfunc (gpointer data) {
logprintf ("queries_timerfunc()\n");
telegram_conn *conn = data;
work_timers (conn->tg);
telegram_flush (conn->tg);
if (conn->updated) {
logprintf ("State updated, storing current session...\n");