X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=examples%2Flogon%2Fgenlogon%2Fgenlogon.pl;fp=examples%2Flogon%2Fgenlogon%2Fgenlogon.pl;h=4799ac8452d5c11bc849e5e57f7b826233a7f709;hp=8ebf39214117fe460fee19a934add6901026cb00;hb=f326cd2be51f2d83de4f5fcb656a9ffc9073d987;hpb=c6f2bbb59f9585bddfe1f3c23452aa61346e7e39 diff --git a/examples/logon/genlogon/genlogon.pl b/examples/logon/genlogon/genlogon.pl index 8ebf3921411..4799ac8452d 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";