ossp-pkg/sa/sa.c 1.40 -> 1.41
--- sa.c 2002/01/02 12:31:19 1.40
+++ sa.c 2002/01/02 12:33:10 1.41
@@ -800,6 +800,7 @@
return SA_ERR_ARG;
/* support equal matching (= all bits plus optionally port) */
+ bMatchPort = FALSE;
if (prefixlen < 0) {
if (prefixlen < -1)
bMatchPort = TRUE;
|
|