View | Details | Raw Unified | Return to bug 196465
Collapse All | Expand All

(-)tools/tools/netmap/pkt-gen.c (-1 / +1 lines)
Lines 1817-1823 Link Here
1817
1836
1818
	}
1837
	}
1819
1838
1820
	if (g.ifname == NULL) {
1839
	if (!g.ifname) {
1821
		D("missing ifname");
1840
		D("missing ifname");
1822
		usage();
1841
		usage();
1823
	}
1842
	}

Return to bug 196465