diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-09-13 08:32:18 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-09-13 08:32:18 -0700 |
commit | 35ce47718b6021115c9b12e7e63a7daf8bb4a900 (patch) | |
tree | 9354022059a36cec48b1b16d922cddd51195d4c7 /include/socket.h | |
parent | 867e74a2acb7bbb21b5d508fc37538e44d8c1848 (diff) | |
parent | c4a53990f0767b38f0c2454c9e10e4f85ad08093 (diff) |
Merge pull request #301 from Adam-/insp20+bindrehash
Fix bug #291 - fix rehashing bind tags not changing them between servers/clients and ssl/nonssl
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index 16809c3f8..e868af93e 100644 --- a/include/socket.h +++ b/include/socket.h @@ -146,7 +146,7 @@ namespace irc class CoreExport ListenSocket : public EventHandler { public: - const reference<ConfigTag> bind_tag; + reference<ConfigTag> bind_tag; std::string bind_addr; int bind_port; /** Human-readable bind description */ |