r23723: Alexander Larsson pointed me at a missing mapping in clierror.c
authorSimo Sorce <idra@samba.org>
Thu, 5 Jul 2007 13:46:47 +0000 (13:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:48 +0000 (12:23 -0500)
commitb35038fa4e3e69f1397758497a46dc0d37edee79
tree3c4dcfb8208f1a6edb3fcf39b1fa4a3d01d8f7fb
parentfa09744cce6c1aa63e46bd61e4c01234574f3b32
r23723: Alexander Larsson pointed me at a missing mapping in clierror.c
When renaming a file across 2 filesystem a samba server returns
NT_STATUS_NOT_SAME_DEVICE but thius is not translated to EXDEV,
and the generic EINVAL is returned instead.
This should fix it, Jeremy or Derrel please check if this is ok.
source/libsmb/clierror.c