Re: svn commit: samba r8493 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-07-19 Thread Guenther Deschner
Hi Andrew, On Sat, Jul 16, 2005 at 09:00:59AM +1000, Andrew Bartlett wrote: > On Fri, 2005-07-15 at 13:24 -0500, Gerald (Jerry) Carter wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > According to MSKB 141714 the %LOGONSERVER% variable should be > > > substituted like our %L

Re: svn commit: samba r8493 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-07-15 Thread Andrew Bartlett
On Fri, 2005-07-15 at 13:24 -0500, Gerald (Jerry) Carter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > According to MSKB 141714 the %LOGONSERVER% variable should be > > substituted like our %L-variable. > > > case 'L' : > > - if (local_machine_name

Re: svn commit: samba r8493 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-07-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > According to MSKB 141714 the %LOGONSERVER% variable should be > substituted like our %L-variable. > case 'L' : > - if (local_machine_name && *local_machine_name) > + if (local_machine_name && *l

svn commit: samba r8493 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-07-15 Thread gd
Author: gd Date: 2005-07-15 11:56:16 + (Fri, 15 Jul 2005) New Revision: 8493 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8493 Log: According to MSKB 141714 the %LOGONSERVER% variable should be substituted like our %L-variable. Guenther Modified: branches/