summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/smb2/find.c')
-rw-r--r--source4/torture/smb2/find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/find.c b/source4/torture/smb2/find.c
index 4a5cd44033..37e8db65bf 100644
--- a/source4/torture/smb2/find.c
+++ b/source4/torture/smb2/find.c
@@ -47,7 +47,7 @@ static struct {
if (io.all_info2.out.field != d->stype.field) { \
printf("(%s) %s/%s should be 0x%llx - 0x%llx\n", __location__, \
#call_name, #field, \
- (uint64_t)io.all_info2.out.field, (uint64_t)d->stype.field); \
+ (long long)io.all_info2.out.field, (long long)d->stype.field); \
ret = False; \
}} while (0)