1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-06 17:44:20 +03:00

kcc: Fix the 32-bit build

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2018-07-13 16:31:07 +02:00
committed by Jeremy Allison
parent e60e9368cb
commit 2e65a1262a

View File

@@ -164,7 +164,7 @@ NTSTATUS dns_tombstone_records_zone(TALLOC_CTX *mem_ctx,
"(&(objectClass=dnsNode)" "(&(objectClass=dnsNode)"
"(&(!(dnsTombstoned=TRUE))" "(&(!(dnsTombstoned=TRUE))"
"(dnsRecord:" DSDB_MATCH_FOR_DNS_TO_TOMBSTONE_TIME "(dnsRecord:" DSDB_MATCH_FOR_DNS_TO_TOMBSTONE_TIME
":=%lu)))", ":=%"PRIu64")))",
t); t);
if (ret != LDB_SUCCESS) { if (ret != LDB_SUCCESS) {
*error_string = talloc_asprintf(mem_ctx, *error_string = talloc_asprintf(mem_ctx,