diff options
| author | 2008-07-05 03:08:00 +0000 | |
|---|---|---|
| committer | 2008-07-05 03:08:00 +0000 | |
| commit | 021805d1c3748d39f827ffc0541fade98007c6aa (patch) | |
| tree | f5118072343f65b15c9a52d37fce3d1f9e6f926b /src/modules/dcc/requests.cpp | |
| parent | implemented $window.highlighLevel (feature request #164) (diff) | |
| download | KVIrc-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.cpp | 2 |
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 |
