[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-769-gbe46b98

Jeremy Allison jra at samba.org
Thu Apr 16 22:15:51 GMT 2009


The branch, v3-4-test has been updated
       via  be46b98ee38e17e4561ab58fe9b6ecc6b7919392 (commit)
      from  986a36fd30f7f65c7ef79b945f7b95014872f30f (commit)

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


- Log -----------------------------------------------------------------
commit be46b98ee38e17e4561ab58fe9b6ecc6b7919392
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Apr 16 15:15:10 2009 -0700

    When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
    Jeremy.

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

Summary of changes:
 source3/libsmb/cliconnect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index 525c361..fb17378 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -1193,7 +1193,7 @@ bool cli_ulogoff(struct cli_state *cli)
 		return False;
 	}
 
-        cli->cnum = -1;
+        cli->vuid = -1;
         return True;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list