[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-92-g7364721

Michael Adam obnox at samba.org
Mon Jan 14 14:46:14 GMT 2008


The branch, v3-0-test has been updated
       via  73647214ae96f1ecd244b71d35048685f8c7ea8a (commit)
      from  3953f4081cd5ced82885de49c30a9144e7ad8fe7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 73647214ae96f1ecd244b71d35048685f8c7ea8a
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jan 14 15:45:46 2008 +0100

    Fix bug #5171 (perl syntax error) found by Jason Filley <jason at snakelegs.org>.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 examples/logon/genlogon/genlogon.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/logon/genlogon/genlogon.pl b/examples/logon/genlogon/genlogon.pl
index 8ebf392..4799ac8 100644
--- a/examples/logon/genlogon/genlogon.pl
+++ b/examples/logon/genlogon/genlogon.pl
@@ -45,7 +45,7 @@ if ($ARGV[1] eq "SUPPORT" || $ARGV[0] eq "support")
 }
 
 # Connect shares just used by Administration staff
-If ($ARGV[1] eq "ADMIN" || $ARGV[0] eq "admin")
+if ($ARGV[1] eq "ADMIN" || $ARGV[0] eq "admin")
 {
 	print LOGON "NET USE L: \\\\$ARGV[2]\\ADMIN\r\n";
 	print LOGON "NET USE K: \\\\$ARGV[2]\\MKTING\r\n";


-- 
Samba Shared Repository


More information about the samba-cvs mailing list