[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3309-g69e7a69

Volker Lendecke vlendec at samba.org
Mon Dec 29 22:25:25 GMT 2008


The branch, v3-2-test has been updated
       via  69e7a69c781a10fc64f8e4d40c6ad07cdc23e645 (commit)
      from  f03e6b8faf8f3222e3dcdaae906f48e2aa3eeba8 (commit)

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


- Log -----------------------------------------------------------------
commit 69e7a69c781a10fc64f8e4d40c6ad07cdc23e645
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Dec 29 23:24:43 2008 +0100

    Don't increment twice
    
    Thanks metze :-)

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/password.c b/source/smbd/password.c
index c19df0c..66c73af 100644
--- a/source/smbd/password.c
+++ b/source/smbd/password.c
@@ -188,7 +188,6 @@ int register_initial_vuid(void)
 	while( get_valid_user_struct_internal(next_vuid,
 			SERVER_ALLOCATED_REQUIRED_ANY) != NULL ) {
 		increment_next_vuid(&next_vuid);
-		next_vuid++;
 	}
 
 	DEBUG(10,("register_initial_vuid: allocated vuid = %u\n",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list