Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ofono string for roaming is roaming, not Roaming
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Feb 11, 2014
1 parent 33980b6 commit 0a0768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-network.c
Expand Up @@ -193,7 +193,7 @@ static int get_roaming(void)
}
dbus_message_unref(msg);

if(!strcmp("Roaming", modem))
if(!strcmp("roaming", modem))
ret = 1;
}

Expand Down

0 comments on commit 0a0768c

Please sign in to comment.