pc_wifi_drv: do not reset call result

Issue #4983
Issue #4455
This commit is contained in:
Josef Söntgen 2022-04-22 16:08:11 +02:00 committed by Christian Helmuth
parent 2df0bbf387
commit 754d35244f

View File

@ -439,7 +439,6 @@ class Lx::Socket
case Call::NONE: [[fallthrough]];/* ignore silently */
default:
_call.err = -1;
break;
}