A break was still hanging around from the conversion of
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 25 Aug 2005 00:55:22 +0000 (00:55 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 25 Aug 2005 00:55:22 +0000 (00:55 +0000)
commit76b81ee01414110f13e35f0f8a4460d930f8221b
treecbdab5d6d8c4c2e84bc9a83bbd8b28d3101ada7c
parent25bae9ce570b90c81a505c631cb6ef44ccbed273
A break was still hanging around from the conversion of
case to if, resulting in a directory listing which only
contained "." and nothing else and therefore confusing VFS.
Fix msdosfs by removing this break statement.
sys/vfs/msdosfs/msdosfs_vnops.c