util_tdb: fix a segfault caused by a fatal typo.
commitd9bd894c2ec4faf87e8ff96e27c7e2b8175f9387
authorMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 23:36:10 +0000 (12 01:36 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 23:36:10 +0000 (12 01:36 +0200)
treec8ed8d67fc54d0f184c5e9de9434cf93862bd1c1
parent07a9da0243f6f963108ea17d39c2daa3f7787b6a
util_tdb: fix a segfault caused by a fatal typo.

In tdb_wrap_log(), in on occurrence of "debug_level = 0"
instead of "debuglevel = 0" caused me segfaults when
accessing DEBUGLEVEL (which is defined as "*debug_level"...)

Michael
source/lib/util_tdb.c