Second attempt to fix bug #8384 - Windows XP clients seem to crash smbd process every...
authorJeremy Allison <jra@samba.org>
Tue, 25 Oct 2011 22:31:48 +0000 (15:31 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 26 Oct 2011 00:42:35 +0000 (02:42 +0200)
commit0f746fcad83350afe3168036cb084b86cd286e85
treede503f88b0f334f684d0b21dd55e64ca0d872189
parent414df4b9c4595e90aa65425817f49b47718528fb
Second attempt to fix bug #8384 - Windows XP clients seem to crash smbd process every once in a while.

Don't just use the first entry in back_channels as a talloc context
to allocate a long-lived chan entry on - must be NULL. It's already
correctly deleted when the last reference goes away.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Oct 26 02:42:35 CEST 2011 on sn-devel-104
source3/rpc_server/spoolss/srv_spoolss_nt.c