1
0
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:
Garming Sam 2017-04-04 13:11:16 +12:00 committed by Garming Sam
parent 9cf3ac1d0c
commit 147c0b50ba
2 changed files with 3 additions and 2 deletions

View File

@ -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) {

View File

@ -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,