1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

r19427: print out the currect name

metze
(This used to be commit 0fcdc8c243)
This commit is contained in:
Stefan Metzmacher
2006-10-20 15:20:48 +00:00
committed by Gerald (Jerry) Carter
parent d71502b07c
commit b316b78cd5

View File

@ -475,7 +475,7 @@ function provision(subobj, message, blank, paths, session_info, credentials)
/* only install a new shares config db if there is none */
st = sys.stat(paths.shareconf);
if (st == undefined) {
message("Setting up sconf.ldb\n");
message("Setting up share.ldb\n");
setup_ldb("share.ldif", info, paths.shareconf);
}
message("Setting up secrets.ldb\n");