From 8ae1f32229cf960f212235e7d792513a395643cb Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 18 Mar 2011 14:46:47 +0100 Subject: s3:autorid make sure we set the mapping status correct on early exit Signed-off-by: Christian Ambach Autobuild-User: Volker Lendecke Autobuild-Date: Fri Mar 18 16:30:36 CET 2011 on sn-devel-104 --- source3/winbindd/idmap_autorid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd') diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c index b162b62355..ff33a5d14f 100644 --- a/source3/winbindd/idmap_autorid.c +++ b/source3/winbindd/idmap_autorid.c @@ -162,6 +162,7 @@ static NTSTATUS idmap_autorid_id_to_sid(struct autorid_global_config *cfg, DEBUG(4, ("id %d belongs to range %d which does not have " "domain mapping, ignoring mapping request\n", map->xid.id, range)); + map->status = ID_UNKNOWN; return NT_STATUS_OK; } -- cgit