summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-05-12 21:27:54 +0000
committerJeremy Allison <jra@samba.org>2003-05-12 21:27:54 +0000
commit6abef0810007c317c3ee866eb3933ce2c696085f (patch)
tree348ad2c525417ac4b8144568d1cd60a0bde88663 /source3/smbd
parent0e23ce6fe9543fa967ebd016a5738e6a7439790b (diff)
downloadsamba-6abef0810007c317c3ee866eb3933ce2c696085f.tar.gz
samba-6abef0810007c317c3ee866eb3933ce2c696085f.tar.bz2
samba-6abef0810007c317c3ee866eb3933ce2c696085f.zip
Fix obvious compiler warnings.
Jeremy. (This used to be commit 2a6d0c2481c3c34351e57c30a85004babdbf99b0)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/vfs-wrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/vfs-wrap.c b/source3/smbd/vfs-wrap.c
index e170effd4e..9f0995d398 100644
--- a/source3/smbd/vfs-wrap.c
+++ b/source3/smbd/vfs-wrap.c
@@ -297,7 +297,6 @@ int vfswrap_chmod(vfs_handle_struct *handle, connection_struct *conn, const char
int vfswrap_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode)
{
int result;
- struct vfs_ops *vfs_ops = &fsp->conn->vfs;
START_PROFILE(syscall_fchmod);