mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +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:
parent
e60e9368cb
commit
2e65a1262a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user