We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a8b2 commit 33096c2Copy full SHA for 33096c2
features/netsocket/PPPInterface.cpp
@@ -80,7 +80,7 @@ nsapi_error_t PPPInterface::disconnect()
80
if (_interface) {
81
return _interface->bringdown();
82
}
83
- return NSAPI_ERROR_OK;
+ return NSAPI_ERROR_NO_CONNECTION;
84
85
86
const char *PPPInterface::get_ip_address()
0 commit comments