You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/dhcp_probe/files/1.3.0/06-return.patch

12 lines
271 B

--- dhcp_probe-1.3.0/src/dhcp_probe.c.orig 2009-11-19 18:13:31.000000000 +0100
+++ dhcp_probe-1.3.0/src/dhcp_probe.c 2009-11-19 18:13:59.000000000 +0100
@@ -684,6 +684,8 @@
pcap_close(pd_template);
my_exit(0, 1, 1);
+
+ return 0; /* will not be reached */
}