summaryrefslogtreecommitdiff
path: root/net-analyzer/dhcp_probe/files/1.3.0/06-return.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-analyzer/dhcp_probe/files/1.3.0/06-return.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'net-analyzer/dhcp_probe/files/1.3.0/06-return.patch')
-rw-r--r--net-analyzer/dhcp_probe/files/1.3.0/06-return.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/dhcp_probe/files/1.3.0/06-return.patch b/net-analyzer/dhcp_probe/files/1.3.0/06-return.patch
new file mode 100644
index 000000000000..c27ad646e6c9
--- /dev/null
+++ b/net-analyzer/dhcp_probe/files/1.3.0/06-return.patch
@@ -0,0 +1,11 @@
+--- 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 */
+ }
+
+