1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

changed message is connections.tdb doesn't exist

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent e48c2d9937
commit 835b9881c0

View File

@ -285,7 +285,7 @@ static int traverse_fn1(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf)
tdb = tdb_open(lock_path("connections.tdb"), 0, O_RDONLY, 0);
if (!tdb) {
printf("Couldn't open status file %s\n",fname);
printf("connections.tdb not initialised\n");
if (!lp_status(-1))
printf("You need to have status=yes in your smb config file\n");
return(0);