diff options
-rw-r--r-- | src/.gitignore | 2 | ||||
-rw-r--r-- | src/nf-ct-add.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/.gitignore b/src/.gitignore index 223ec58..c2425e7 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,5 @@ genl-ctrl-list -/nf-ct-add +nf-ct-add nf-ct-list nf-ct-events nf-exp-list diff --git a/src/nf-ct-add.c b/src/nf-ct-add.c index fa988ac..0dd2110 100644 --- a/src/nf-ct-add.c +++ b/src/nf-ct-add.c @@ -1,5 +1,5 @@ /* - * src/nf-ct-list.c List Conntrack Entries + * src/nf-ct-add.c Add Conntrack Entry * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |