gsupplicant: Remove dead assignment
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Tue, 8 May 2012 19:20:51 +0000 (16:20 -0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 9 May 2012 14:14:54 +0000 (17:14 +0300)
gsupplicant/supplicant.c

index dd1502f..977c0fb 100644 (file)
@@ -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;
        }