emulator: Handle OFONO_ERROR_TYPE_ERRNO in switch

This commit is contained in:
Slava Monich 2018-06-28 19:30:59 +03:00 committed by Denis Kenzior
parent 7af423dbb7
commit c87e6c20a4
1 changed files with 1 additions and 0 deletions

View File

@ -1347,6 +1347,7 @@ void ofono_emulator_send_final(struct ofono_emulator *em,
case OFONO_ERROR_TYPE_CEER:
case OFONO_ERROR_TYPE_SIM:
case OFONO_ERROR_TYPE_FAILURE:
case OFONO_ERROR_TYPE_ERRNO:
failure:
g_at_server_send_final(em->server, G_AT_SERVER_RESULT_ERROR);
break;