util_tdb: fix a segfault caused by a fatal typo.
commit0c4251368e0d2bc1a2d46638df95ae2bf44f9e60
authorMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 23:36:10 +0000 (12 01:36 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 12 Apr 2008 05:56:45 +0000 (12 07:56 +0200)
tree8409495c856685d4269e28cdd9f2a1ad7c70d303
parent0f54b81eb77ac7dd0f85b2cc8f983ce2ffc52255
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
(cherry picked from commit d9bd894c2ec4faf87e8ff96e27c7e2b8175f9387)
source/lib/util_tdb.c