Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254435
Collapse All | Expand All

(-)iptables-20090116/extensions/libxt_owner.c (-2 / +2 lines)
Lines 324-330 owner_mt_print_item_v0(const struct ipt_ Link Here
324
		return;
324
		return;
325
	if (info->invert & flag)
325
	if (info->invert & flag)
326
		printf("! ");
326
		printf("! ");
327
	printf(label);
327
	printf("%s ", label);
328
328
329
	switch (info->match & flag) {
329
	switch (info->match & flag) {
330
	case IPT_OWNER_UID:
330
	case IPT_OWNER_UID:
Lines 375-381 owner_mt6_print_item_v0(const struct ip6 Link Here
375
		return;
375
		return;
376
	if (info->invert & flag)
376
	if (info->invert & flag)
377
		printf("! ");
377
		printf("! ");
378
	printf(label);
378
	printf("%s ", label);
379
379
380
	switch (info->match & flag) {
380
	switch (info->match & flag) {
381
	case IP6T_OWNER_UID:
381
	case IP6T_OWNER_UID:

Return to bug 254435