Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.
commit39fad1417eefe69712fd1a805a41dcfe0d34fdf1
authorJeremy Allison <jra@samba.org>
Fri, 5 Feb 2010 00:23:32 +0000 (4 16:23 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Mar 2010 09:17:43 +0000 (24 10:17 +0100)
tree03645e83205e5d83dd6f397c905b1d6fc8e73611
parent75a0354420e5ad8cb668b7602f97e62d1097d720
Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.

Check for NULL on opendir, correctly call next rmdir.

Jeremy.
source3/modules/vfs_scannedonly.c