Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.
authorJeremy Allison <jra@samba.org>
Fri, 5 Feb 2010 00:23:32 +0000 (16:23 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 5 Feb 2010 00:23:32 +0000 (16:23 -0800)
commitd8990326361c215e9da90fd587b3cd51c113376f
treea94f048d55e8a07a1a00317add0faa2cd5cb0370
parent0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b
Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.

Check for NULL on opendir, correctly call next rmdir.

Jeremy.
source3/modules/vfs_scannedonly.c