summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-01-15 13:58:47 +0000
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-01-15 13:58:47 +0000
commit3a61e663e51fe620225691bc8673bf8800a36f47 (patch)
tree369e7bce054d27fc3dd0f65d171441b5471b46bb /examples
parent913c335d21c503d32b35bf65da7b2bddf0473875 (diff)
parent9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a (diff)
downloadsamba-3a61e663e51fe620225691bc8673bf8800a36f47.tar.gz
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Diffstat (limited to 'examples')
-rw-r--r--examples/logon/genlogon/genlogon.pl2
1 files changed, 1 insertions, 1 deletions
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";