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:
parent
8e99b53461
commit
018044a4b2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user