mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
whitespace: Remove some whitespace
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9cf3ac1d0c
commit
147c0b50ba
@ -3238,6 +3238,7 @@ static int replmd_modify(struct ldb_module *module, struct ldb_request *req)
|
||||
ret = ldb_module_send_referral(req, referral);
|
||||
talloc_free(ac);
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
if (ret != LDB_SUCCESS) {
|
||||
|
@ -2850,12 +2850,12 @@ static int samldb_service_principal_names_change(struct samldb_ctx *ac)
|
||||
if (ret != LDB_SUCCESS) {
|
||||
return ret;
|
||||
}
|
||||
dns_hostname = talloc_strdup(ac,
|
||||
dns_hostname = talloc_strdup(ac,
|
||||
ldb_msg_find_attr_as_string(msg, "dNSHostName", NULL));
|
||||
if (dns_hostname == NULL) {
|
||||
return ldb_module_oom(ac->module);
|
||||
}
|
||||
|
||||
|
||||
talloc_free(msg);
|
||||
|
||||
ret = dsdb_module_search_dn(ac->module, ac, &res, ac->msg->dn,
|
||||
|
Loading…
x
Reference in New Issue
Block a user