diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2005-07-16 22:35:32 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2005-07-16 22:35:32 +0000 |
commit | d5dc87d9ccb1b6df6b4c351a77216f8e08ccab13 (patch) | |
tree | 1bef88b852e7ab21d49537198072cd5e30bc858b /ebtables.c | |
parent | 26a486e2f0c5f454eec77bf9f057b835d8b777cc (diff) | |
download | ebtables-d5dc87d9ccb1b6df6b4c351a77216f8e08ccab13.tar.gz ebtables-d5dc87d9ccb1b6df6b4c351a77216f8e08ccab13.tar.bz2 ebtables-d5dc87d9ccb1b6df6b4c351a77216f8e08ccab13.zip |
cleanup
Diffstat (limited to 'ebtables.c')
-rw-r--r-- | ebtables.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -781,6 +781,7 @@ print_zero: case 'M': /* Modprobe */ if (OPT_COMMANDS) ebt_print_error2("Please put the -M option earlier"); + free(ebt_modprobe); ebt_modprobe = optarg; break; case 'h': /* Help */ |