debug: Statically allocate format_bufr
commit9026820e5cadc1f42ca2d88fdb53c0c715e2f221
authorVolker Lendecke <vl@samba.org>
Tue, 29 Jul 2014 12:58:53 +0000 (29 12:58 +0000)
committerMichael Adam <obnox@samba.org>
Thu, 31 Jul 2014 16:49:46 +0000 (31 18:49 +0200)
treeb0c718c96bf92ba83308664c643c5b30ab7ff2d4
parentdd4c019d9ffaa5453e536c8aaaa8e03463dc2959
debug: Statically allocate format_bufr

Everybody needs this, so there's no point talloc'ing it. The side effect
is that it removes a dependency on smb_panic()

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
lib/util/debug.c