Squish another uninitialized warning

This commit is contained in:
Denis Kenzior 2009-06-01 13:47:20 -05:00
parent dc17c86a19
commit 7995258761
1 changed files with 1 additions and 1 deletions

View 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)