From: Roy Marples Date: Tue, 24 Aug 2010 09:48:57 +0000 (+0000) Subject: Wups, remove silly commit. X-Git-Tag: v5.2.9~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6802a385ab9e967b2995a17c1759ca7385cbbcf;p=thirdparty%2Fdhcpcd.git Wups, remove silly commit. --- diff --git a/if-options.c b/if-options.c index ae988bdd..3367b415 100644 --- a/if-options.c +++ b/if-options.c @@ -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)