The branch, v3-2-test has been updated
       via  dcb5034acd35d219106e1d855f4c4d36b3c8d83b (commit)
      from  54bdd22a07e885f896a8f784bc12096f65afac75 (commit)

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


- Log -----------------------------------------------------------------
commit dcb5034acd35d219106e1d855f4c4d36b3c8d83b
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Mon Jan 14 15:44:41 2008 +0100

    Fix bug #5171 (perl syntax error) found by Jason Filley <[EMAIL PROTECTED]>
    
    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

Reply via email to