1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r17111: cleanup the idmap_ad initialization after review by gd

(This used to be commit 6c0a690f0a)
This commit is contained in:
Gerald Carter 2006-07-18 11:56:46 +00:00 committed by Gerald (Jerry) Carter
parent 8e99b53461
commit 018044a4b2

View File

@ -139,13 +139,9 @@ static ADS_STRUCT *ad_idmap_cached_connection(void)
return ads;
}
/* no op */
static NTSTATUS ad_idmap_init(const char *uri)
{
ad_idmap_uri = SMB_STRDUP(uri);
if (ad_idmap_uri == NULL) {
return NT_STATUS_NO_MEMORY;
}
return NT_STATUS_OK;
}