]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Wups, remove silly commit.
authorRoy Marples <roy@marples.name>
Tue, 24 Aug 2010 09:48:57 +0000 (09:48 +0000)
committerRoy Marples <roy@marples.name>
Tue, 24 Aug 2010 09:48:57 +0000 (09:48 +0000)
if-options.c

index ae988bdd4383f2852a3d0c682baa9ec3c55bb60c..3367b4154343ab4924bd60aced11c470dc61701f 100644 (file)
@@ -132,7 +132,6 @@ add_environ(struct if_options *ifo, const char *value, int uniq)
        size_t i = 0, l, lv;
        char *match = NULL, *p;
 
-       return NULL;
        match = xstrdup(value);
        p = strchr(match, '=');
        if (p)