~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/ACLExtUser.cc

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
ACLExtUser::match(ACLChecklist *checklist)
80
80
{
81
81
    if (checklist->request->extacl_user.size()) {
82
 
        return data->match(checklist->request->extacl_user.unsafeBuf());
 
82
        return data->match(checklist->request->extacl_user.termedBuf());
83
83
    } else {
84
84
        return -1;
85
85
    }