From 7995258761f2da70878afbe62d1b5633593a584a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 1 Jun 2009 13:47:20 -0500 Subject: [PATCH] Squish another uninitialized warning --- src/call-forwarding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/call-forwarding.c b/src/call-forwarding.c index d7316bc5..772985d6 100644 --- a/src/call-forwarding.c +++ b/src/call-forwarding.c @@ -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)