Files
znc/Utils.cpp
T
psychon f4618594b6 Fix a bug where ZNC would fail to send out its own ip for DCC bouncing
CUtils::GetLongIP() had a bug where it would overflow an integer for IPs
which started which a number higher than 127.
This is now fixed by using unsigned integers and doing that shift on a long.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1340 726aef4b-f618-498e-8847-2d620e286838
2009-01-22 17:52:35 +00:00

13 KiB