summaryrefslogtreecommitdiff
path: root/source/smbwrapper/smbw_dir.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-06 13:10:06 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-06 13:10:06 +0000
commita5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0 (patch)
treeabfba0f541d991784f2b8ec426ddac680c24594f /source/smbwrapper/smbw_dir.c
parentb7ecbca3aff34ff06a445e5ee39efba48261b7e8 (diff)
downloadsamba-a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0.tar.gz
implemented unix semantics for rename in smbwrapper
Diffstat (limited to 'source/smbwrapper/smbw_dir.c')
-rw-r--r--source/smbwrapper/smbw_dir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbwrapper/smbw_dir.c b/source/smbwrapper/smbw_dir.c
index 2c1b7ef9ecb..f6d648b91ff 100644
--- a/source/smbwrapper/smbw_dir.c
+++ b/source/smbwrapper/smbw_dir.c
@@ -320,8 +320,6 @@ int smbw_getdents(unsigned int fd, struct dirent *dirp, int count)
return -1;
}
- DEBUG(4,("sizeof(*dirp)=%d\n", sizeof(*dirp)));
-
while (count>=DIRP_SIZE && (dir->offset < dir->count)) {
dirp->d_off = (dir->offset+1)*DIRP_SIZE;
dirp->d_reclen = DIRP_SIZE;