[evolution-activesync: 1/3] Fix a warning
- From: dwmw2 <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-activesync: 1/3] Fix a warning
- Date: Sun, 23 Aug 2015 01:12:53 +0000 (UTC)
commit b1b991c7e04adc64bc290ccc768c468fa8bbc1e7
Author: Oliver Luo <lyc pku eecs gmail com>
Date: Tue Aug 18 20:30:56 2015 +0800
Fix a warning
Fix a warning that suggests cancel_handler_id may not be initialized.
libeasclient/eas-dbus-client.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libeasclient/eas-dbus-client.c b/libeasclient/eas-dbus-client.c
index 7d4ad1a..870ac0c 100644
--- a/libeasclient/eas-dbus-client.c
+++ b/libeasclient/eas-dbus-client.c
@@ -266,7 +266,7 @@ eas_gdbus_call (struct eas_gdbus_client *client, const gchar *object,
GVariant *v = NULL;
va_list ap;
gboolean success;
- guint cancel_handler_id;
+ guint cancel_handler_id = 0;
guint32 serial = 0;
va_start (ap, error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]