Clear repl_stop flag after the consume loop.

This commit is contained in:
Oleksandr Shulgin 2015-10-14 17:40:39 +02:00
parent e05b4fd267
commit 822d671e8b

View File

@ -1684,6 +1684,7 @@ psyco_curs_consume_replication_stream(cursorObject *self, PyObject *args, PyObje
}
self->repl_consuming = 0;
self->repl_stop = 0; /* who knows, what if we will be called again? */
return res;
}