I have killed this #if 0 section where the problem occurred, along with
lots of other similar ones in auth_basic.c/auth_ntlm.c from HEAD.
The sections are still in auth_rewrite so you now again have some
cleanup work to do there..
/Henrik
Robert Collins wrote:
> 
> Is there any way to get indent to be a bit 'nicer' with things like
> this:
> 
> I'm referring to the
> comment */
> if ()
> that indent changed to
> comment */ if ()
> Rob
> 
> ===================================================================
> RCS file: /cvsroot/squid/squid/src/auth/ntlm/auth_ntlm.c,v
> retrieving revision 1.1.2.20
> retrieving revision 1.1.2.21
> diff -c -r1.1.2.20 -r1.1.2.21
> *** squid/src/auth/ntlm/auth_ntlm.c     2001/01/07 20:43:02     1.1.2.20
> --- squid/src/auth/ntlm/auth_ntlm.c     2001/01/08 00:14:57     1.1.2.21
> ***************
> *** 998,1005 ****
>             //user passed externa; authentication in every case to get
> here. f.
>             Let it through
>         }                       /* we don't unlock the auth_user until
> the connection is dropped. Thank
> !                                * MS for this quirk. */
> !       if (authenticateCheckAuthUserIP(checklist->src_addr, auth_user))
> {
>             /* Once the match is completed we have finished with the
>              * auth_user structure */
>             /* check to see if we have matched the user-acl before */
> --- 998,1004 ----
>             //user passed externa; authentication in every case to get
> here. f.
>             Let it through
>         }                       /* we don't unlock the auth_user until
> the connection is dropped. Thank
> !                                * MS for this quirk. */ if
> (authenticateCheckAuthUserIP(checklist->src_addr, auth_user)) {
>             /* Once the match is completed we have finished with the
>              * auth_user structure */
>             /* check to see if we have matched the user-acl before */
Received on Tue Jan 09 2001 - 17:35:24 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:16 MST