CamelIMAPXServer: Work around crash in imapx_exit_idle().
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 9 Nov 2012 11:29:21 +0000 (06:29 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 9 Nov 2012 11:29:21 +0000 (06:29 -0500)
commite306c4508b277492c8ddf4e6abf4ba13f6f31215
treeb0abe005c642d929a2bb4df8a14defed05a611e7
parent047d510948b382568527298ae465264aa27b5db6
CamelIMAPXServer: Work around crash in imapx_exit_idle().

g_cond_clear() doesn't like being given an uninitialized GCond.

The "start_watch_cond" and "start_watch_exit" structures are being
cleared unconditionally, so we should initialize them unconditionally.
camel/camel-imapx-server.c