msdosfs: Fix error path in deget().
authorNicolas Thery <nthery@gmail.com>
Thu, 26 Feb 2009 01:48:28 +0000 (02:48 +0100)
committerNicolas Thery <nthery@gmail.com>
Thu, 26 Feb 2009 03:38:28 +0000 (04:38 +0100)
commit47d87cf2ddce753f59522b9f294d8ad83bbc0a81
tree42b90a881c7e17b0829a57c82141d43576c2d6fc
parent7c7d835fe45b14a39e9848f2b510231a96e8ade3
msdosfs: Fix error path in deget().

There was one error path where the depp output parameter was not set to NULL.
sys/vfs/msdosfs/msdosfs_denode.c