diff options
| -rw-r--r-- | qmail-remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail-remote.c b/qmail-remote.c index f8e60ad..adb7343 100644 --- a/qmail-remote.c +++ b/qmail-remote.c | |||
| @@ -1057,6 +1057,7 @@ char **argv; | |||
| 1057 | #ifdef SMTPUTF8 | 1057 | #ifdef SMTPUTF8 |
| 1058 | char *asciihost = 0; | 1058 | char *asciihost = 0; |
| 1059 | if (!stralloc_0(&host)) temp_nomem(); | 1059 | if (!stralloc_0(&host)) temp_nomem(); |
| 1060 | --host.len; | ||
| 1060 | switch (idn2_lookup_u8(host.s,(uint8_t**)&asciihost,IDN2_NFC_INPUT)) { | 1061 | switch (idn2_lookup_u8(host.s,(uint8_t**)&asciihost,IDN2_NFC_INPUT)) { |
| 1061 | case IDN2_OK: break; | 1062 | case IDN2_OK: break; |
| 1062 | case IDN2_MALLOC: temp_nomem(); | 1063 | case IDN2_MALLOC: temp_nomem(); |
