[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri Nov 4 14:13:02 MDT 2011


The branch, master has been updated
       via  51c86c8 Properly fix bug #8384 - Windows XP clients seem to crash smbd process every once in a while.
      from  9cf9717 s3:docs fix a series of typos in wbinfo manpage

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 51c86c8e67c3b026f49136f5b6743c279cc206d2
Author: Henry Wong <henry at stuffedcow.net>
Date:   Fri Nov 4 11:20:10 2011 -0700

    Properly fix bug #8384 - Windows XP clients seem to crash smbd process every once in a while.
    
    Ensure we correctly null out the referenced pointer when we decrease the ref. count.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Fri Nov  4 21:12:13 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/spoolss/srv_spoolss_nt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c
index 3405566..1a9111c 100644
--- a/source3/rpc_server/spoolss/srv_spoolss_nt.c
+++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c
@@ -288,6 +288,7 @@ static void srv_spoolss_replycloseprinter(int snum,
 
 	if (prn_hnd->notify.cli_chan) {
 		prn_hnd->notify.cli_chan->active_connections--;
+		prn_hnd->notify.cli_chan = NULL;
 	}
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list