1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

get rid of IRIX test as it is wrong.

(This used to be commit a93fa23c17)
This commit is contained in:
Herb Lewis 2003-08-14 22:46:25 +00:00
parent b09eb5aa93
commit b679661d27

View File

@ -1579,10 +1579,7 @@ main(){
if (cd == 0 || cd == (iconv_t)-1) {
cd = iconv_open("IBM850", "UCS-2LE"); /* Solaris has this */
if (cd == 0 || cd == (iconv_t)-1) {
cd = iconv_open("ISO8859-1", "UTF-8"); /* IRIX has this */
if (cd == 0 || cd == (iconv_t)-1) {
return -1;
}
return -1;
}
}
}