~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/auth/digest/auth_digest.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:
932
932
 
933
933
        parse_wordlist(&authenticate);
934
934
 
935
 
        requirePathnameExists("authparam digest program", authenticate->key);
 
935
        requirePathnameExists("auth_param digest program", authenticate->key);
936
936
    } else if (strcasecmp(param_str, "children") == 0) {
937
937
        parse_int(&authenticateChildren);
938
938
    } else if (strcasecmp(param_str, "realm") == 0) {