From: Roy Marples Date: Tue, 9 Sep 2008 20:52:39 +0000 (+0000) Subject: Fix interface detection. X-Git-Tag: v5.0.0~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe5d27c83850363d25852e0f9bd3f860eb3e659;p=thirdparty%2Fdhcpcd.git Fix interface detection. --- diff --git a/if-linux.c b/if-linux.c index 8c5b4727..9a20abc2 100644 --- a/if-linux.c +++ b/if-linux.c @@ -434,5 +434,5 @@ discover_interfaces(int argc, char * const *argv) fclose(f); free(buffer); } - return ifaces; + return ifs; }