]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix interface detection.
authorRoy Marples <roy@marples.name>
Tue, 9 Sep 2008 20:52:39 +0000 (20:52 +0000)
committerRoy Marples <roy@marples.name>
Tue, 9 Sep 2008 20:52:39 +0000 (20:52 +0000)
if-linux.c

index 8c5b4727542bb0784e0cf84a12ee6da8f6d80f67..9a20abc26e9cfaef3c255895c5982f2392c68825 100644 (file)
@@ -434,5 +434,5 @@ discover_interfaces(int argc, char * const *argv)
                fclose(f);
                free(buffer);
        }
-       return ifaces;
+       return ifs;
 }