atmodem: For IFX XSIMSTATE 7 should never occur

in the case of a PIN entry, XSIMSTATE of 7 (Ready to Attach) should
never occur
This commit is contained in:
Denis Kenzior 2012-11-24 07:49:54 -06:00
parent b5d7fd8d38
commit b26f7c73d3
1 changed files with 0 additions and 1 deletions

View File

@ -1136,7 +1136,6 @@ static void at_xsim_notify(GAtResult *result, gpointer user_data)
switch (state) {
case 3: /* PIN verified Ready */
case 7: /* ready for attach (+COPS) */
break;
default:
return;