--------------------- PatchSet 497 Date: 2000/08/03 22:24:34 Author: rbcollins Branch: ntlm Tag: (none) Log: syncing squid and stateful helpers Members: ntlm_auth_modules/fakeauth/fakeauth_auth.c:1.1.2.1->1.1.2.2 Index: squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/ntlm_auth_modules/fakeauth/Attic/fakeauth_auth.c,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c 2 Aug 2000 14:20:41 -0000 1.1.2.1 +++ squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c 3 Aug 2000 22:24:34 -0000 1.1.2.2 @@ -253,7 +253,7 @@ } else */ if(fgets(buf, 256, stdin) == NULL) exit(0); if(strncasecmp(buf,"RESET",5)==0){ - printf("RESETOK\n"); + printf("RESET OK\n"); }else { cleartext=(char *)uudecode(buf);