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

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


The branch, v3-3-test has been updated
       via  fe100673121b73cc2091726d068d9a3e53bf494e (commit)
      from  b99206414f6a90c9b2223a25f3ddf5290861363d (commit)

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


- Log -----------------------------------------------------------------
commit fe100673121b73cc2091726d068d9a3e53bf494e
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 87c525e..beea872 100644
--- a/source/smbd/password.c
+++ b/source/smbd/password.c
@@ -186,7 +186,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