r1990: Fix breakage caused by the recent talloc changes. (Failure to process
authorAndrew Bartlett <abartlet@samba.org>
Sun, 22 Aug 2004 05:33:07 +0000 (05:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:15 +0000 (12:58 -0500)
commitdcd43a4cbef3bee948bdbd65212361b6043aa4bd
tree82627a8ab414d6fe86e77e4d4ff589bb00fc5e4d
parentca885cb2d1b0165a6e8c819b82ad9d13de9643ec
r1990: Fix breakage caused by the recent talloc changes.  (Failure to process
an SPNEGO login from WinXP at least).

talloc_asprintf_append() lost an argument, but because TALLOC_CTX is
now a void*, this was not picked up by the compiler.

I've tested the login (asn1), but not the registry/gtk changes.

Andrew Bartlett
(This used to be commit 4294be44057124568fe1d176702056bb62ad3214)
source4/gtk/common/gtk-smb.c
source4/lib/registry/reg_backend_ldb/reg_backend_ldb.c
source4/libcli/util/asn1.c