s3:lib: Map ECANCELED to NT_STATUS_CANCELLED
authorSamuel Cabrero <scabrero@samba.org>
Thu, 30 Jul 2020 10:07:57 +0000 (12:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 8 Jul 2021 09:30:40 +0000 (09:30 +0000)
commitf1181ade37961fea0deb6c99635b8f8c8c508d47
tree1b16a265da04783525d7cf315f1fad6e8dd9d94c
parent0c94e48c6447249b0ed8858bde5463f524948bf6
s3:lib: Map ECANCELED to NT_STATUS_CANCELLED

Now map_nt_error_from_unix() returns the same value as
map_nt_error_from_unix_common().

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/lib/errmap_unix.c