From: Roy Marples Date: Fri, 15 Feb 2013 22:55:42 +0000 (+0000) Subject: Avoid printing a silly warning on an unknown option X-Git-Tag: v5.99.6~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17b0dbadd0456a129acf9d6836fb606a0024e60e;p=thirdparty%2Fdhcpcd.git Avoid printing a silly warning on an unknown option --- diff --git a/ipv6rs.c b/ipv6rs.c index faff75d1..82fafcba 100644 --- a/ipv6rs.c +++ b/ipv6rs.c @@ -745,6 +745,9 @@ ipv6rs_handledata(_unused void *arg) } } break; + + default: + continue; } if (opt == NULL) {