aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/ident
diff options
context:
space:
mode:
authorGravatar Fabio Bas2009-03-13 15:12:07 +0000
committerGravatar Fabio Bas2009-03-13 15:12:07 +0000
commit2781add50ecc80c3d3528371d80cb635a2402a4b (patch)
tree887640b4d26a6252142bfe6be4607b27c8206b1d /src/modules/ident
parentstated in the REAMDE that this is kvirc4. (diff)
downloadKVIrc-2781add50ecc80c3d3528371d80cb635a2402a4b.tar.gz
KVIrc-2781add50ecc80c3d3528371d80cb635a2402a4b.tar.bz2
KVIrc-2781add50ecc80c3d3528371d80cb635a2402a4b.zip
Re-re-re-re-re-re-re patched for #393 (microsoft docs sucks)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3128 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/ident')
-rw-r--r--src/modules/ident/libkviident.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ident/libkviident.cpp b/src/modules/ident/libkviident.cpp
index bbfd7afeb..a34acf7d9 100644
--- a/src/modules/ident/libkviident.cpp
+++ b/src/modules/ident/libkviident.cpp
@@ -278,7 +278,7 @@ void KviIdentDaemon::run()
* see bug ticket #393
*/
int iPlu = KVI_PROTECTION_LEVEL_UNRESTRICTED;
- if(!kvi_socket_setsockopt(m_sock6,KVI_IPPROTO_IPV6,KVI_IPV6_PROTECTION_LEVEL,(const void*)&iPlu, sizeof(int)))
+ if(!kvi_socket_setsockopt(m_sock6,KVI_IPPROTO_IPV6,KVI_IPV6_PROTECTION_LEVEL,(const void*)&iPlu, sizeof(iPlu)))
{
//this is not a fatal error
postMessage(__tr("Can't set the IPv6 ident service protection level to unrestricted: the ident service won't be exposed to the internet"),0);