freetdm: Fix raw GSM AT command execution not returning the proper token count

This commit is contained in:
Moises Silva 2014-05-11 03:22:27 -04:00
parent a82e7a7dd1
commit 2b93912ef2

View File

@ -1295,7 +1295,7 @@ WAT_AT_CMD_RESPONSE_FUNC(gsm_exec_cb)
}
helper->cmd_pending = 0;
return 0;
return i;
}
// AT Command Handler