diff options
author | Tim Potter <tpot@samba.org> | 1999-04-08 03:13:33 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-04-08 03:13:33 +0000 |
commit | ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23 (patch) | |
tree | 59a6b5b26f486e6222e4eaa0e7439744b7dbf475 /source3/smbd | |
parent | 06c7ec8485c449dbcff7ea4f24ecce068fdab44c (diff) | |
download | samba-ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23.tar.gz samba-ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23.tar.bz2 samba-ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23.zip |
Always do a compile before CVS commit! )-:
(This used to be commit 0f37e900fa0744573754796916abf967fee05ea2)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/vfs-wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs-wrap.c b/source3/smbd/vfs-wrap.c index da69b3f006..990e931adf 100644 --- a/source3/smbd/vfs-wrap.c +++ b/source3/smbd/vfs-wrap.c @@ -70,7 +70,7 @@ int vfswrap_closedir(DIR *dirp) { int result; - result = closedir(path); + result = closedir(dirp); return result; } |