diff options
Diffstat (limited to 'iptables-save.c')
-rw-r--r-- | iptables-save.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-save.c b/iptables-save.c index e57cd7cc..cb7da402 100644 --- a/iptables-save.c +++ b/iptables-save.c @@ -259,7 +259,7 @@ static int do_output(const char *tablename) time_t now = time(NULL); printf("# Generated by iptables-save v%s on %s", - NETFILTER_VERSION, ctime(&now)); + IPTABLES_VERSION, ctime(&now)); printf("*%s\n", tablename); /* Dump out chain names first, @@ -314,7 +314,7 @@ int main(int argc, char *argv[]) int c; program_name = "iptables-save"; - program_version = NETFILTER_VERSION; + program_version = IPTABLES_VERSION; #ifdef NO_SHARED_LIBS init_extensions(); |