Commit e26520e5 authored by Jamal Hadi Salim's avatar Jamal Hadi Salim Committed by Stephen Hemminger

action: typo nat fix

If you taketh you giveth.
I Went the LinuxWay and copied this for m_simple.c and noticed
this one typo (I wonder where it came from?;->).
Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
parent 087f46ee
...@@ -146,7 +146,7 @@ parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct ...@@ -146,7 +146,7 @@ parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct
if (matches(*argv, "index") == 0) { if (matches(*argv, "index") == 0) {
NEXT_ARG(); NEXT_ARG();
if (get_u32(&sel.index, *argv, 10)) { if (get_u32(&sel.index, *argv, 10)) {
fprintf(stderr, "Pedit: Illegal \"index\"\n"); fprintf(stderr, "Nat: Illegal \"index\"\n");
return -1; return -1;
} }
argc--; argc--;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment