1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

dns update: add missing newline in error debug message

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Björn Baumbach 2018-08-31 16:12:34 +02:00
parent e57862760e
commit b773be3371

View File

@ -124,7 +124,8 @@ static void dnsupdate_rebuild(struct dnsupdate_service *service)
0,
"(&(objectclass=NTDSDSA)(!(msDS-isRODC=TRUE)))");
if (ret != LDB_SUCCESS) {
DEBUG(0,(__location__ ": Unable to find DCs list - %s", ldb_errstring(service->samdb)));
DBG_ERR("Unable to find DCs list - %s\n",
ldb_errstring(service->samdb));
talloc_free(tmp_ctx);
return;
}