diff options
Diffstat (limited to 'libcli/util/errmap_unix.c')
-rw-r--r-- | libcli/util/errmap_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/util/errmap_unix.c b/libcli/util/errmap_unix.c index 75b1e8d2fed..8f9f89835ed 100644 --- a/libcli/util/errmap_unix.c +++ b/libcli/util/errmap_unix.c @@ -140,7 +140,7 @@ static const struct { /********************************************************************* Map an NT error code from a Unix error code. *********************************************************************/ -NTSTATUS map_nt_error_from_unix(int unix_error) +NTSTATUS map_nt_error_from_unix_common(int unix_error) { int i; |