1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

left out {

(This used to be commit 70bd17473a)
This commit is contained in:
Herb Lewis 2001-09-10 22:40:15 +00:00
parent c5dd2c8271
commit 866598e430

View File

@ -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);
}