1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

Connection record not existing is not a debug level 0.

Jeremy.
(This used to be commit d7da59f54eed69d50490205d6233bf4801c16998)
This commit is contained in:
Jeremy Allison 2001-07-17 21:32:33 +00:00
parent c6b51500af
commit c2aa4b762f

View File

@ -58,7 +58,7 @@ BOOL yield_connection(connection_struct *conn,char *name,int max_connections)
kbuf.dsize = sizeof(key);
if (tdb_delete(tdb, kbuf) != 0) {
DEBUG(0,("yield_connection: tdb_delete failed with error %s.\n", tdb_errorstr(tdb) ));
DEBUG(3,("yield_connection: tdb_delete failed with error %s.\n", tdb_errorstr(tdb) ));
return (False);
}