Changeset 926 for branches/guitools-1.0/shared/sambainit.vrs
- Timestamp:
- Jul 6, 2016, 4:45:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/shared/sambainit.vrs
r451 r926 373 373 /*:VRX */ 374 374 _PasswordDbRewrite: 375 IF options.!debug == 1 THEN say "_PasswordDBRewrite() started"375 IF options.!debug == 1 then say time()' _PasswordDBRewrite() started' 376 376 377 377 /* Reset any old rc from pwd_mkdb.exe */ … … 396 396 call _SambaShowError 397 397 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")" 399 return
Note:
See TracChangeset
for help on using the changeset viewer.