summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_owner.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-12-15 23:36:19 +0100
committerPatrick McHardy <kaber@trash.net>2010-12-15 23:36:19 +0100
commit3a84b3d5de492e40aff7bae5038b06dd6b6041c4 (patch)
tree6d9b602bbd4ece24176325d0006ea3c12d7934a7 /extensions/libxt_owner.c
parent2f09f1b39ced2ae7109382dcf066785bab4a966a (diff)
parenta3f101331deb9314caa0cfa1061c925865e79380 (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'extensions/libxt_owner.c')
-rw-r--r--extensions/libxt_owner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/libxt_owner.c b/extensions/libxt_owner.c
index 4015f137..867ed499 100644
--- a/extensions/libxt_owner.c
+++ b/extensions/libxt_owner.c
@@ -558,9 +558,9 @@ static void owner_mt_save(const void *ip, const struct xt_entry_match *match)
{
const struct xt_owner_match_info *info = (void *)match->data;
- owner_mt_print_item(info, "--socket-exists", XT_OWNER_SOCKET, false);
- owner_mt_print_item(info, "--uid-owner", XT_OWNER_UID, false);
- owner_mt_print_item(info, "--gid-owner", XT_OWNER_GID, false);
+ owner_mt_print_item(info, "--socket-exists", XT_OWNER_SOCKET, true);
+ owner_mt_print_item(info, "--uid-owner", XT_OWNER_UID, true);
+ owner_mt_print_item(info, "--gid-owner", XT_OWNER_GID, true);
}
static struct xtables_match owner_mt_reg[] = {