]> git.pld-linux.org Git - packages/arpwatch.git/blobdiff - arpwatch-debian_25ignore_zero_ip.patch
- rel 5; switch fully to debian patch
[packages/arpwatch.git] / arpwatch-debian_25ignore_zero_ip.patch
diff --git a/arpwatch-debian_25ignore_zero_ip.patch b/arpwatch-debian_25ignore_zero_ip.patch
deleted file mode 100644 (file)
index 9bfc74f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: arpwatch/db.c
-diff -u arpwatch/db.c:1.1.1.1 arpwatch/db.c:1.1.1.1.32.1
---- arpwatch/db.c:1.1.1.1      Tue Apr 17 13:31:36 2001
-+++ arpwatch/db.c      Thu Aug 12 15:27:22 2004
-@@ -95,6 +95,11 @@
-       u_char *e2;
-       time_t t2;
-+      /* Ignore 0.0.0.0 */
-+      if (a == 0) {
-+              return(1);
-+      }
-+
-       /* Lookup ip address */
-       ap = ainfo_find(a);
This page took 0.074008 seconds and 4 git commands to generate.