Check-in Number:
|
1476 | |
Date: |
2002-Jan-02 13:33:10 (local)
2002-Jan-02 12:33:10 (UTC) |
User: | rse |
Branch: | |
Comment: |
ops, uninitialized variable. |
Tickets: |
|
Inspections: |
|
Files: |
|
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;
|
|