[evolution-data-server] Small correction to imapx_command_run_sync().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Small correction to imapx_command_run_sync().
- Date: Fri, 2 Dec 2011 06:26:23 +0000 (UTC)
commit 9bafe1a97bf46c90fd4b597847322269f49ebf03
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Dec 2 00:26:04 2011 -0600
Small correction to imapx_command_run_sync().
camel/providers/imapx/camel-imapx-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 1c667c2..c9d9ab3 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -2188,7 +2188,7 @@ static void
imapx_command_run_sync (CamelIMAPXServer *is,
CamelIMAPXCommand *ic)
{
- guint cancel_id;
+ guint cancel_id = 0;
ic->run_sync_done = FALSE;
ic->run_sync_cond = g_cond_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]