aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/requests.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-07-05 03:08:00 +0000
committerGravatar Elvio Basello2008-07-05 03:08:00 +0000
commit021805d1c3748d39f827ffc0541fade98007c6aa (patch)
treef5118072343f65b15c9a52d37fce3d1f9e6f926b /src/modules/dcc/requests.cpp
parentimplemented $window.highlighLevel (feature request #164) (diff)
downloadKVIrc-021805d1c3748d39f827ffc0541fade98007c6aa.tar.gz
KVIrc-021805d1c3748d39f827ffc0541fade98007c6aa.tar.bz2
KVIrc-021805d1c3748d39f827ffc0541fade98007c6aa.zip
fixed protocols name
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/requests.cpp')
-rw-r--r--src/modules/dcc/requests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp
index 308b084df..5828a7dd9 100644
--- a/src/modules/dcc/requests.cpp
+++ b/src/modules/dcc/requests.cpp
@@ -185,7 +185,7 @@ static bool dcc_module_normalize_target_data(KviDccRequest * dcc,KviStr &ipaddr,
struct in6_addr addr6;
if(kvi_stringIpToBinaryIp_V6(ipaddr,&addr6))
{
- dcc->bIpV6 = true;
+ dcc->bIPv6 = true;
return true; // IPV6 address.
}
#endif