Try and fix bug #8384 - Windows XP clients seem to crash smbd process every once...
authorJeremy Allison <jra@samba.org>
Mon, 24 Oct 2011 19:20:46 +0000 (12:20 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 24 Oct 2011 20:56:40 +0000 (22:56 +0200)
commit4ba00ab57b89e58a94b73f58fd83851ba54d771b
tree0aca252ba83beb4c88f16f005565be30d1a08618
parent6d84a6936abd3c66369d299cf6af506d7fd7a33b
Try and fix bug #8384 - Windows XP clients seem to crash smbd process every once in a while.

Remove the copy of the binding handle from struct notify_back_channel, use
the direct pointer in struct rpc_pipe_client instead. Ensure we can't call
the functions with a NULL binding handle.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Oct 24 22:56:40 CEST 2011 on sn-devel-104
source3/rpc_server/spoolss/srv_spoolss_nt.c