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

r16776: fix typo

metze
This commit is contained in:
Stefan Metzmacher 2006-07-03 08:16:16 +00:00 committed by Gerald (Jerry) Carter
parent 58898092c1
commit 249bf24a40

View File

@ -369,7 +369,7 @@ int tdb_close(struct tdb_context *tdb)
void tdb_logging_function(struct tdb_context *tdb, tdb_log_func log_fn, void *log_private)
{
tdb->log_fn = log_fn?log_fn:null_log_fn;
tdb->log_fn = log_fn?log_private:NULL;
tdb->log_private = log_fn?log_private:NULL;
}
void *tdb_logging_private(struct tdb_context *tdb)