diff options
-rw-r--r-- | gsupplicant/supplicant.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c index dd1502f2..977c0fb3 100644 --- a/gsupplicant/supplicant.c +++ b/gsupplicant/supplicant.c @@ -2452,7 +2452,6 @@ static void interface_get_result(const char *error, if (error != NULL) { SUPPLICANT_DBG("Interface not created yet"); - err = -EIO; goto create; } |