From 04cfbddedef348a31463dfbdc27e01b25ca8e4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 2 Jun 2001 11:39:51 +0000 Subject: Update to Argus-2.0.1. This commit closes ports/27562, though it is not based on the patch offered (I already had prepared diffs more than one week ago, but had no time to perform the commit). I choose to use my patches instead of those from the PR, since they seemed even more correct ;-) --- net/argus/files/patch-ab | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net/argus/files/patch-ab (limited to 'net/argus/files/patch-ab') diff --git a/net/argus/files/patch-ab b/net/argus/files/patch-ab deleted file mode 100644 index 58befc429804..000000000000 --- a/net/argus/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- server/ArgusModeler.c~ Fri Mar 9 16:47:00 2001 -+++ server/ArgusModeler.c Fri Apr 6 17:08:28 2001 -@@ -694,5 +694,5 @@ - if ((vlan = (struct ArgusVlanStruct *) ArgusCalloc (1, sizeof(struct ArgusVlanStruct))) != NULL) { - vlan->type = ARGUS_VLAN_DSR; -- vlan->length = sizeof(vlan); -+ vlan->length = sizeof(*vlan); - flowstr->VlanDSRBuffer = vlan; - } -@@ -1510,4 +1510,6 @@ - #endif - -+ bzero ((char *)ArgusThisFlow, sizeof(*ArgusThisFlow)); -+ ArgusThisHash = 0; - ArgusThisIpHdr = ip; - -- cgit v1.2.3