[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2704-g2c42fc2

Volker Lendecke vl at samba.org
Mon Mar 3 17:10:59 GMT 2008


The branch, v3-2-test has been updated
       via  2c42fc21d8bede226e411623aecd69038477373b (commit)
      from  f18ba6c877fa934d19ecc6a65be74b8bad7ee7e4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 2c42fc21d8bede226e411623aecd69038477373b
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Mar 3 18:12:26 2008 +0100

    Zero out the out policy handler in lsa_Close
    
    ... after a REALLY long session staring at sniffs we can now join XP to
    v3-2-test again...
    
    Apparently not doing this makes XP keep an internal handle to LSA open which
    confuses the hell out of it.
    
    Karolin, this needs to be in v3-2-stable :-)
    
    Volker

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpc_server/srv_lsa_nt.c b/source/rpc_server/srv_lsa_nt.c
index 1333d65..ce3fd1a 100644
--- a/source/rpc_server/srv_lsa_nt.c
+++ b/source/rpc_server/srv_lsa_nt.c
@@ -1216,6 +1216,7 @@ NTSTATUS _lsa_Close(pipes_struct *p, struct lsa_Close *r)
 	}
 
 	close_policy_hnd(p, r->in.handle);
+	ZERO_STRUCTP(r->out.handle);
 	return NT_STATUS_OK;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list