From 17b0dbadd0456a129acf9d6836fb606a0024e60e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 15 Feb 2013 22:55:42 +0000 Subject: [PATCH] Avoid printing a silly warning on an unknown option --- ipv6rs.c | 3 +++ 1 file changed, 3 insertions(+) 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) { -- 2.47.3