diff options
| author | Jeremy Allison <jra@samba.org> | 2012-01-06 14:25:06 -0800 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2012-01-06 14:25:06 -0800 |
| commit | 5cddd22cd8d933cbd4e83edfd518556acaf732f9 (patch) | |
| tree | 4d1f6423178ada71190964bc8277ae50fdb4bb8a /source3/locking | |
| parent | 76ca46ecfe469e11ccc4d20647ebc88ec4b10973 (diff) | |
| download | samba-5cddd22cd8d933cbd4e83edfd518556acaf732f9.tar.gz samba-5cddd22cd8d933cbd4e83edfd518556acaf732f9.tar.xz samba-5cddd22cd8d933cbd4e83edfd518556acaf732f9.zip | |
Fix format warning message.
Diffstat (limited to 'source3/locking')
| -rw-r--r-- | source3/locking/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 0c457b7a33..db4f45fea8 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -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); |
