diff options
-rw-r--r-- | net/hexinject/files/patch-hexinject.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/hexinject/files/patch-hexinject.c b/net/hexinject/files/patch-hexinject.c deleted file mode 100644 index 369f0c093c5e..000000000000 --- a/net/hexinject/files/patch-hexinject.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./hexinject.c.orig 2011-06-11 15:56:47.000000000 +0200 -+++ ./hexinject.c 2011-06-28 18:11:46.000000000 +0200 -@@ -678,8 +678,8 @@ - } - - /* Set read timeout */ -- if(pcap_set_timeout(fp, -1) != 0) { -- fprintf(stderr,"Unable to set read timeout: the interface may be already activated\n"); -+ if(pcap_set_timeout(fp, 1000) != 0) { -+ fprintf(stderr,"Unable to set read timeout: the interface may be already activated (%s)\n", errbuf); - return 1; - } - |