libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
[gd/samba-autobuild/.git] / libgpo / gpo_ini.c
index a4bff0e86b8381412bfc3980163248065c9ba99e..494162466d05ae05f9dc57ae03fa887f6f6805bf 100644 (file)
@@ -108,7 +108,7 @@ static NTSTATUS convert_file_from_ucs2(TALLOC_CTX *mem_ctx,
        }
 
        if (write(tmp_fd, data_out, converted_size) != converted_size) {
-               status = map_nt_error_from_unix(errno);
+               status = map_nt_error_from_unix_common(errno);
                goto out;
        }