--------------------- PatchSet 11602 Date: 2007/08/31 13:47:03 Author: hno Branch: SQUID_2_6 Tag: (none) Log: MFC: Add missing $|=1 to squid_db_auth Merged changes: 2007/08/22 06:34:25 hno +1 -0 Add missing $|=1 to squid_db_auth Members: helpers/basic_auth/DB/squid_db_auth.in:1.1.2.2->1.1.2.3 Index: squid/helpers/basic_auth/DB/squid_db_auth.in =================================================================== RCS file: /cvsroot/squid/squid/helpers/basic_auth/DB/squid_db_auth.in,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/helpers/basic_auth/DB/squid_db_auth.in 23 Jun 2007 21:30:26 -0000 1.1.2.2 +++ squid/helpers/basic_auth/DB/squid_db_auth.in 31 Aug 2007 13:47:03 -0000 1.1.2.3 @@ -3,6 +3,7 @@ use DBI; use Getopt::Long; use Pod::Usage; +$|=1; =pod