Ignore:
Timestamp:
Jul 6, 2016, 4:45:40 PM (9 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: SMBUsers: Fix unknown smb.conf options break policy mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-1.0/shared/sambainit.vrs

    r451 r926  
    373373/*:VRX */
    374374_PasswordDbRewrite:
    375     IF options.!debug == 1 THEN say "_PasswordDBRewrite() started"
     375    IF options.!debug == 1 then say time()' _PasswordDBRewrite() started'
    376376
    377377    /* Reset any old rc from pwd_mkdb.exe */
     
    396396        call _SambaShowError
    397397    end
    398     IF options.!debug == 1 THEN say "_PasswordDBRewrite() done ("pwd_mkdbrc")"
    399 return
     398    IF options.!debug == 1 then say time()" _PasswordDBRewrite() done ("pwd_mkdbrc")"
     399return
Note: See TracChangeset for help on using the changeset viewer.