diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-07 22:42:02 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-08-08 00:21:26 +0200 |
commit | 9adf6a061a3d47ea2b7cadb6508dd5acffdbb8bd (patch) | |
tree | 369341271a2e60e8dc2ad97c77d8498f5ef35828 /source3/modules | |
parent | da4057fdca67571492b2cfc6329686e19696e4a0 (diff) | |
download | samba-9adf6a061a3d47ea2b7cadb6508dd5acffdbb8bd.tar.gz samba-9adf6a061a3d47ea2b7cadb6508dd5acffdbb8bd.tar.bz2 samba-9adf6a061a3d47ea2b7cadb6508dd5acffdbb8bd.zip |
vfs-mediaharmony: Remove some unnecessary return; statements
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_media_harmony.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/modules/vfs_media_harmony.c b/source3/modules/vfs_media_harmony.c index 0bc14d9135..e2cb407697 100644 --- a/source3/modules/vfs_media_harmony.c +++ b/source3/modules/vfs_media_harmony.c @@ -999,7 +999,6 @@ static void mh_seekdir(vfs_handle_struct *handle, DEBUG(MH_INFO_DEBUG, ("Entering and leaving mh_seekdir\n")); SMB_VFS_NEXT_SEEKDIR(handle, ((mh_dirinfo_struct*)dirp)->dirstream, offset); - return; } /* @@ -1024,7 +1023,6 @@ static void mh_rewinddir(vfs_handle_struct *handle, DEBUG(MH_INFO_DEBUG, ("Entering and leaving mh_rewinddir\n")); SMB_VFS_NEXT_REWINDDIR(handle, ((mh_dirinfo_struct*)dirp)->dirstream); - return; } /* @@ -1124,7 +1122,6 @@ static void mh_init_search_op(vfs_handle_struct *handle, DEBUG(MH_INFO_DEBUG, ("Entering and leaving mh_init_search_op\n")); SMB_VFS_NEXT_INIT_SEARCH_OP(handle, ((mh_dirinfo_struct*)dirp)->dirstream); - return; } /* |