On Tue, Mar 23, 2004 at 02:14:44PM -0600, Brian Clarkson wrote:
I might need to take a look at that patch. The error that shows up is from sub authen_ses_key ....
My patch is attached. I'm not sure it will help much if you're having problems reading in the key but let me know how it goes.
William, please always send unified diffs as patches. Non-unified patches are
often incomprehensible, since they provide no context for the change. On most platforms that is accomplished with the -u flag:
diff -u foo bar
or against cvs:
cvs diff -u foo
and you can put that flag into ~/.cvsrc:
diff -u
so now you can just run:
cvs diff foo
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html