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:
parent
b09eb5aa93
commit
b679661d27
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user