Squish another uninitialized warning
authorDenis Kenzior <denkenz@gmail.com>
Mon, 1 Jun 2009 18:47:20 +0000 (13:47 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 1 Jun 2009 19:05:43 +0000 (14:05 -0500)
src/call-forwarding.c

index d7316bc..772985d 100644 (file)
@@ -930,7 +930,7 @@ static gboolean cf_ss_control(struct ofono_modem *modem,
        int cf_type;
        DBusMessage *reply;
        struct ofono_phone_number ph;
-       void *operation;
+       void *operation = NULL;
 
        /* Before we do anything, make sure we're actually initialized */
        if (!cf)