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)
commit4294be44057124568fe1d176702056bb62ad3214
treec06a271f98129ea1b7900b5dbfa1ae523d3b571f
parentcc3d420c33152c8e9026dc39a7322d11edb3c774
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
source/gtk/common/gtk-smb.c
source/lib/registry/reg_backend_ldb/reg_backend_ldb.c
source/libcli/util/asn1.c