From: Volker Lendecke Date: Fri, 13 Jul 2018 14:31:07 +0000 (+0200) Subject: kcc: Fix the 32-bit build X-Git-Tag: ldb-1.5.0~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e65a1262a23c200fdbc0bc6ef90eb116e3068a8;p=thirdparty%2Fsamba.git kcc: Fix the 32-bit build Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/dsdb/kcc/scavenge_dns_records.c b/source4/dsdb/kcc/scavenge_dns_records.c index 2f4f482e3da..6c0684b3153 100644 --- a/source4/dsdb/kcc/scavenge_dns_records.c +++ b/source4/dsdb/kcc/scavenge_dns_records.c @@ -164,7 +164,7 @@ NTSTATUS dns_tombstone_records_zone(TALLOC_CTX *mem_ctx, "(&(objectClass=dnsNode)" "(&(!(dnsTombstoned=TRUE))" "(dnsRecord:" DSDB_MATCH_FOR_DNS_TO_TOMBSTONE_TIME - ":=%lu)))", + ":=%"PRIu64")))", t); if (ret != LDB_SUCCESS) { *error_string = talloc_asprintf(mem_ctx,