Cellular: Fix compilation fail with APN lookup enabled

Compilation failed if cellular APN lookup was enabled as stop command has been
removed.
pull/12261/head
Kimmo Vaisanen 2020-01-15 14:38:12 +02:00
parent 0fd8bb651c
commit 2c4194bbe3
1 changed files with 0 additions and 1 deletions

View File

@ -954,7 +954,6 @@ void AT_CellularContext::cellular_callback(nsapi_event_t ev, intptr_t ptr)
}
} else {
tr_error("APN lookup failed");
_device->stop();
if (_is_blocking) {
// operation failed, release semaphore
if (_current_op != OP_INVALID) {