Fix format warning message.
authorJeremy Allison <jra@samba.org>
Fri, 6 Jan 2012 22:25:06 +0000 (14:25 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 6 Jan 2012 22:25:06 +0000 (14:25 -0800)
source3/locking/locking.c

index 0c457b7a33dd444e211dfe83a1e26220fe230a7a..db4f45fea87c16ce81e47158de06fe36a01d9c29 100644 (file)
@@ -503,7 +503,7 @@ char *share_mode_str(TALLOC_CTX *ctx, int num, const struct share_mode_entry *e)
                 procid_str_static(&e->pid),
                 e->share_access, e->private_options,
                 e->access_mask, (unsigned long long)e->op_mid,
-                e->op_type, e->share_file_id,
+                e->op_type, (unsigned long long)e->share_file_id,
                 (unsigned int)e->uid, (unsigned int)e->flags,
                 file_id_string_tos(&e->id),
                 (unsigned int)e->name_hash);