Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/examples/logon/genlogon/genlogon.pl

    r1 r124  
    4646
    4747# Connect shares just used by Administration staff
    48 If ($ARGV[1] eq "ADMIN" || $ARGV[0] eq "admin")
     48if ($ARGV[1] eq "ADMIN" || $ARGV[0] eq "admin")
    4949{
    5050        print LOGON "NET USE L: \\\\$ARGV[2]\\ADMIN\r\n";
Note: See TracChangeset for help on using the changeset viewer.