[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1058-g265829c

Jeremy Allison jra at samba.org
Thu Apr 16 22:17:03 GMT 2009


The branch, master has been updated
       via  265829c32fdeea2d00a75a21b4225211b24ea62d (commit)
      from  6fc8ed7b1fd57f22fba4793b3fc20f77bc7f7e83 (commit)

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


- Log -----------------------------------------------------------------
commit 265829c32fdeea2d00a75a21b4225211b24ea62d
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 53a812d..0ff9f25 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -1211,7 +1211,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