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: Jamal Hadi Salim <jhs@mojatatu.com>
This commit is contained in:
Jamal Hadi Salim 2013-09-29 07:39:23 -04:00 committed by Stephen Hemminger
parent 087f46ee4e
commit e26520e5c1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
NEXT_ARG();
if (get_u32(&sel.index, *argv, 10)) {
fprintf(stderr, "Pedit: Illegal \"index\"\n");
fprintf(stderr, "Nat: Illegal \"index\"\n");
return -1;
}
argc--;