diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-07-01 15:39:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-07-01 15:39:34 +0200 |
commit | 5decae145fdc58d807a19405fbcdf321871eb50d (patch) | |
tree | 7562def6dfa641121a8bb6e6083c24e56d117ee8 /ChangeLog.adoc | |
parent | 6292896021188d690b258731cbf7680f76d2fe64 (diff) | |
download | weechat-5decae145fdc58d807a19405fbcdf321871eb50d.zip |
relay: fix socket creation for relay server on OpenBSD (closes #1213)
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it
is read-only).
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index a87f2a829..3de116dfe 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -54,6 +54,7 @@ Bug fixes:: * guile: fix memory leak in 7 functions returning allocated strings * php: fix return code of functions config_write_option and config_write_line * php: fix memory leak in 72 functions returning allocated strings + * relay: fix socket creation for relay server on OpenBSD (issue #1213) * ruby: fix memory leak in 7 functions returning allocated strings * script: fix memory leak in case of invalid XML content in list of scripts * scripts: fix memory leak in hook_info callback |