diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-06-02 11:05:06 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-06-02 11:05:06 +1000 |
commit | 405e64c437348bc9e3f7d4412a55e5cf05b3890d (patch) | |
tree | 44ab09f604f6d780170536c300bebaeb5ee489d8 /source4/ntvfs | |
parent | fa327874bbbfc7ae1693adb1b87cae3f5d0857ec (diff) | |
download | samba-405e64c437348bc9e3f7d4412a55e5cf05b3890d.tar.gz samba-405e64c437348bc9e3f7d4412a55e5cf05b3890d.tar.bz2 samba-405e64c437348bc9e3f7d4412a55e5cf05b3890d.zip |
more updates for new info levels
(This used to be commit 85d1873ee92fcc7df3addc42ddb8189144901f8b)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/pvfs_oplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_oplock.c b/source4/ntvfs/posix/pvfs_oplock.c index dfa3697af7..71add72987 100644 --- a/source4/ntvfs/posix/pvfs_oplock.c +++ b/source4/ntvfs/posix/pvfs_oplock.c @@ -177,7 +177,7 @@ static void pvfs_oplock_break_dispatch(struct messaging_context *msg, opb = *p; } else { DEBUG(0,("%s: ignore oplock break with length[%u]\n", - __location__, data->length)); + __location__, (unsigned)data->length)); return; } if (opb.file_handle != opl->handle) { |