From eeb5fc8986c779a26e88182534b092e45e7ff443 Mon Sep 17 00:00:00 2001 From: Henrique Dante de Almeida Date: Tue, 8 May 2012 16:20:51 -0300 Subject: [PATCH] gsupplicant: Remove dead assignment --- gsupplicant/supplicant.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c index dd1502f..977c0fb 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; } -- 2.7.4