dbwrap-ctdb: Avoid a talloc_stackframe()
commitc2b26a43ffae22c9dff7929c48531fec9e6ed922
authorVolker Lendecke <vl@samba.org>
Sat, 24 Nov 2012 14:42:06 +0000 (24 14:42 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Mar 2013 10:19:59 +0000 (26 11:19 +0100)
treef02da192a02dc77ef2c95efe0c25441655b0a2b7
parentd147194466560488cda9f6e5e993c985cea02289
dbwrap-ctdb: Avoid a talloc_stackframe()

We have only a single allocation in this routine, so I think we can live
without a stackframe.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/lib/dbwrap/dbwrap_ctdb.c