diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-03-09 10:35:03 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-03-09 10:35:03 +0000 |
commit | 889c94273afd310cdf408c901306402bfa36bb05 (patch) | |
tree | 31a5f3fcc7d7a6e2945a7157121f890b11880194 /examples | |
parent | 10bfffe1180987b0c592a11041aeef166f043490 (diff) | |
download | samba-889c94273afd310cdf408c901306402bfa36bb05.tar.gz |
merge upstream 3.0.28a
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@1757 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'examples')
-rw-r--r-- | examples/logon/genlogon/genlogon.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/logon/genlogon/genlogon.pl b/examples/logon/genlogon/genlogon.pl index 8ebf392141..4799ac8452 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"; |