Revision: 14786
Author: adrian.chadd
Date: Mon Sep  6 09:11:28 2010
Log: Remove aclChecklist_t->my_port; it isn't used anymore.


http://code.google.com/p/lusca-cache/source/detail?r=14786

Modified:
 /playpen/LUSCA_HEAD_ipv6/src/acl.c

=======================================
--- /playpen/LUSCA_HEAD_ipv6/src/acl.c  Mon Sep  6 09:10:34 2010
+++ /playpen/LUSCA_HEAD_ipv6/src/acl.c  Mon Sep  6 09:11:28 2010
@@ -2164,7 +2164,7 @@
        return aclMatchIntegerRange(ae->data, (int) r->port);
        /* NOTREACHED */
     case ACL_MY_PORT:
-       return aclMatchIntegerRange(ae->data, (int) checklist->my_port);
+ return aclMatchIntegerRange(ae->data, (int) sqinet_get_port(&checklist->my_address));
        /* NOTREACHED */
     case ACL_MY_PORT_NAME:
        if (!checklist->conn)

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to