diff options
author | Andrew Tridgell <tridge@samba.org> | 1999-12-21 09:33:45 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1999-12-21 09:33:45 +0000 |
commit | 488115dbcea1e6747b440d1b6d4da829d226a71f (patch) | |
tree | 8f0c03f3b7fb9ff723ea7e2ca63f7ebd2a2a7540 /source3 | |
parent | 4e1291a83f61a72989045879763d9ef05fd38f71 (diff) | |
download | samba-488115dbcea1e6747b440d1b6d4da829d226a71f.tar.gz samba-488115dbcea1e6747b440d1b6d4da829d226a71f.tar.bz2 samba-488115dbcea1e6747b440d1b6d4da829d226a71f.zip |
changed message is connections.tdb doesn't exist
(This used to be commit 835b9881c0f04d766545d5e9d2926fbaf8bec904)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c index 8f3461c082..35f91ef2af 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -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); |