diff options
author | Herb Lewis <herb@samba.org> | 2001-09-10 22:40:15 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-09-10 22:40:15 +0000 |
commit | 866598e430be5af447f6c7740753e3d2c22dd5e5 (patch) | |
tree | 44582fb9a67736a70be997610b2ba5ecc919afd5 /source3 | |
parent | c5dd2c827154bab6977ba9d768d81c0fae18badd (diff) | |
download | samba-866598e430be5af447f6c7740753e3d2c22dd5e5.tar.gz samba-866598e430be5af447f6c7740753e3d2c22dd5e5.tar.bz2 samba-866598e430be5af447f6c7740753e3d2c22dd5e5.zip |
left out {
(This used to be commit 70bd17473a2106ef41b5d921595ce537ec1871cb)
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 23e2f4a63c..15c9c4aad4 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -635,7 +635,7 @@ static int traverse_sessionid(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, vo tdb = tdb_open_log(lock_path("connections.tdb"), 0, TDB_DEFAULT, O_RDONLY, 0); if (!tdb) { d_printf("connections.tdb not initialised\n"); - } else + } else { if (verbose) { d_printf("Opened status file %s\n", fname); } |