View | Details | Raw Unified | Return to bug 27329
Collapse All | Expand All

(-)squid-3.1.20.orig/src/external_acl.cc (-1 / +1 lines)
Lines 714-720 Link Here
714
    if (entry) {
714
    if (entry) {
715
        if (cbdataReferenceValid(entry) && entry->def == acl->def) {
715
        if (cbdataReferenceValid(entry) && entry->def == acl->def) {
716
            /* Ours, use it.. if the key matches */
716
            /* Ours, use it.. if the key matches */
717
            key = makeExternalAclKey(ch, acl);
717
//            key = makeExternalAclKey(ch, acl);
718
            if (strcmp(key, (char*)entry->key) != 0) {
718
            if (strcmp(key, (char*)entry->key) != 0) {
719
                debugs(82, 9, HERE << "entry key='" << (char *)entry->key << "', our key='" << key << "' dont match. Discarded.");
719
                debugs(82, 9, HERE << "entry key='" << (char *)entry->key << "', our key='" << key << "' dont match. Discarded.");
720
                // too bad. need a new lookup.
720
                // too bad. need a new lookup.

Return to bug 27329