-ENOTSUP translates to NT_STATUS_NOT_SUPPORTED
authorSurbhi Palande <surbhi.palande@canonical.com>
Thu, 19 Aug 2010 08:56:30 +0000 (11:56 +0300)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Aug 2010 10:11:26 +0000 (12:11 +0200)
commit9b8f7a2a01845a37176ce7b4b4024503d6e9ca62
tree00c9862809b43a99dd15a9c38633cdebdd15fd29
parentba706d696b8fb14b8d449cd198d982eef18e4320
-ENOTSUP translates to NT_STATUS_NOT_SUPPORTED

https://launchpad.net/bugs/276472

This patch adds the translation of Unix Error code -ENOTSUP to NT Error Code
NT_STATUS_NOT_SUPPORTED. The absense of this translation wrongly sends back to
the client a STATUS_DENIED message in samba3.

Signed-off-by: Surbhi Palande <surbhi.palande@canonical.com>
source3/lib/errmap_unix.c