]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Avoid printing a silly warning on an unknown option
authorRoy Marples <roy@marples.name>
Fri, 15 Feb 2013 22:55:42 +0000 (22:55 +0000)
committerRoy Marples <roy@marples.name>
Fri, 15 Feb 2013 22:55:42 +0000 (22:55 +0000)
ipv6rs.c

index faff75d1789c91e67a73037a8e0880d0998b89d0..82fafcba939b8dc20007cef53f700a064bcb34f4 100644 (file)
--- a/ipv6rs.c
+++ b/ipv6rs.c
@@ -745,6 +745,9 @@ ipv6rs_handledata(_unused void *arg)
                                }
                        }
                        break;
+
+               default:
+                       continue;
                }
 
                if (opt == NULL) {