udev: Fix typo in Option HSO setup function

This commit is contained in:
Marcel Holtmann 2011-08-10 21:53:22 -07:00
parent 3742162017
commit 6d9d991a39
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static gboolean setup_hso(struct modem_info *modem)
network = info->devnode;
}
if (control == NULL && application == NULL)
if (control == NULL || application == NULL)
return FALSE;
DBG("control=%s application=%s network=%s",