dun_gw: Minor style tweak

This commit is contained in:
Denis Kenzior 2011-04-19 16:46:54 -05:00
parent a7543913f4
commit a6489e6850
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static void gprs_watch(struct ofono_atom *atom,
NULL);
} else {
modems = g_list_remove(modems, modem);
if (modems == NULL && server != NULL) {
if (modems == NULL && server != NULL) {
bluetooth_unregister_server(server);
server = NULL;
}