Index: squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl diff -c squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.1 squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.2 *** squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl:1.2.2.1 Sun Aug 11 19:13:47 2002 --- squid/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl Sat May 17 09:38:43 2003 *************** *** 38,44 **** $|=1; while (<>) { ! if (! m;([^\\]+)(\\|/|%2f|%5c)(\S+)\s(.*); ) { #parse the line print "ERR\n"; next; } --- 38,45 ---- $|=1; while (<>) { ! chomp; ! if (! m;^(\S+)(/|%5c)(\S+)\s(\S+)$; ) { #parse the line print "ERR\n"; next; }