diff options
| author | Roy Marples <roy@marples.name> | 2013-02-15 22:55:42 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-02-15 22:55:42 +0000 |
| commit | 17b0dbadd0456a129acf9d6836fb606a0024e60e (patch) | |
| tree | 95f1775c0078696b3810423c4ca3d30debf4fe16 /ipv6rs.c | |
| parent | 78369646353546425488e71cd5169f9e5331340e (diff) | |
| download | dhcpcd-17b0dbadd0456a129acf9d6836fb606a0024e60e.tar.xz | |
Avoid printing a silly warning on an unknown option
Diffstat (limited to 'ipv6rs.c')
| -rw-r--r-- | ipv6rs.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -745,6 +745,9 @@ ipv6rs_handledata(_unused void *arg) } } break; + + default: + continue; } if (opt == NULL) { |
