--------------------- PatchSet 1081 Date: 2001/01/05 06:29:13 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: forgot to rename a fn Members: src/authenticate.c:1.1.1.3.12.17.2.19->1.1.1.3.12.17.2.20 Index: squid/src/authenticate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/authenticate.c,v retrieving revision 1.1.1.3.12.17.2.19 retrieving revision 1.1.1.3.12.17.2.20 diff -u -r1.1.1.3.12.17.2.19 -r1.1.1.3.12.17.2.20 --- squid/src/authenticate.c 5 Jan 2001 06:12:22 -0000 1.1.1.3.12.17.2.19 +++ squid/src/authenticate.c 5 Jan 2001 06:29:13 -0000 1.1.1.3.12.17.2.20 @@ -1,6 +1,6 @@ /* - * $Id: authenticate.c,v 1.1.1.3.12.17.2.19 2001/01/05 06:12:22 rbcollins Exp $ + * $Id: authenticate.c,v 1.1.1.3.12.17.2.20 2001/01/05 06:29:13 rbcollins Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -528,7 +528,7 @@ /* call the active auth module and allow it to add a trailer to the request */ void -authenticateFixHeader(HttpReply * rep, auth_user_request_t * auth_user_request, request_t* request, int accelerated) +authenticateAddTrailer(HttpReply * rep, auth_user_request_t * auth_user_request, request_t* request, int accelerated) { if ((auth_user_request != NULL) && (auth_user_request->auth_user->auth_module>0) && (authscheme_list[auth_user_request->auth_user->auth_module-1].AddTrailer))