Squish another uninitialized warning in CB

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

View File

@ -352,7 +352,7 @@ static gboolean cb_ss_control(struct ofono_modem *modem,
int cls = BEARER_CLASS_DEFAULT;
const char *fac;
DBusMessage *reply;
void *operation;
void *operation = NULL;
int i;
if (cb->pending) {