http://bugs.winehq.org/show_bug.cgi?id=1226
------- Additional Comments From blin@gmx.net 2007-13-05 04:03 ------- Looking at the Samba code that converts NTSTATUS to W_ERROR, they also convert c0000024 to error code 6. While Wine seems to use this as "We don't have a valid mapping", as far as I can see Samba doesn't. I figure that the mapping is valid in this case and the fixme is bogus. However, given the way our error mapping code is written, I'm not sure what the best approach to fixing this would be.