| Submitter | Kees van Reeuwijk |
|---|---|
| Date | Feb. 8, 2013, 1:32 p.m. |
| Message ID | <E1U3o4C-0000bv-O3@babylon.few.vu.nl> |
| Download | mbox | patch |
| Permalink | /patch/219155/ |
| State | Accepted |
| Delegated to: | stephen hemminger |
| Headers | show |
Comments
Patch
diff --git a/ip/ip.c b/ip/ip.c index 632d271..c3ff627 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -57,6 +57,7 @@ static void usage(void) static int do_help(int argc, char **argv) { usage(); + return 0; } static const struct cmd {