netmon: No need to initialize mcc/mnc

This commit is contained in:
Denis Kenzior 2016-11-29 10:45:19 -06:00
parent c2b489dca8
commit 46c44a2b56
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ void ofono_netmon_serving_cell_notify(struct ofono_netmon *netmon,
DBusMessageIter dict;
enum ofono_netmon_info next_info_type = info_type;
const char *technology = cell_type_to_tech_name(type);
char *mcc = NULL;
char *mnc = NULL;
char *mcc;
char *mnc;
int intval;
netmon->reply = dbus_message_new_method_return(netmon->pending);