~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/auth/negotiate/auth_negotiate.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:
159
159
 
160
160
        parse_wordlist(&authenticate);
161
161
 
162
 
        requirePathnameExists("authparam negotiate program", authenticate->key);
 
162
        requirePathnameExists("auth_param negotiate program", authenticate->key);
163
163
    } else if (strcasecmp(param_str, "children") == 0) {
164
164
        parse_int(&authenticateChildren);
165
165
    } else if (strcasecmp(param_str, "keep_alive") == 0) {