[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Thu Nov 14 07:56:03 MST 2013


The branch, master has been updated
       via  72b240f autorid: Correctly init range_index for "delete range"
      from  944e9fb s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache entries.

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


- Log -----------------------------------------------------------------
commit 72b240fa18f75eddc7e4502ec5ea3f32710ed68d
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Nov 14 11:49:38 2013 +0000

    autorid: Correctly init range_index for "delete range"
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Thu Nov 14 15:55:54 CET 2013 on sn-devel-104

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

Summary of changes:
 source3/utils/net_idmap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c
index a26f2b9..1095f14 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -706,6 +706,7 @@ static int net_idmap_autorid_delete_range(struct net_context *c, int argc,
 	}
 
 	domsid = argv[0];
+	range_index = 0;
 
 	if (argc == 2) {
 		ok = parse_uint32(argv[1], &range_index);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list