s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.
authorMichael Adam <obnox@samba.org>
Thu, 14 Jun 2012 10:37:21 +0000 (12:37 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 Jun 2012 01:28:14 +0000 (03:28 +0200)
commiteae8740ebef61a1ecb42260fafc17f453aae2f3c
treeb23d5db8f09b3d5626d3795a42b2389b9086604a
parent959c10e612894ff60ba6f32ff6d1c3488c520299
s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.

Note: it is actually wrong to access the fsp->fnum at all here,
since the fnum is part of the smb layer that should not be used
in the vfs layer. But this is subject be separated more cleanly
in later commits. This change only unifies the logging of fsp->fnum.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/modules/vfs_default.c