Remove unnecessary language.

(cherry picked from commit 22bc983385)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 5a0fc2e26f
commit 72166bd35a

@ -152,7 +152,7 @@ bool DccTransferSend::queue()
KIpAddress ip( m_ownIp );
if ( ip.isIPv6Addr() )
{
/* This is fucking ugly but there is no KDE way to do this yet :| -cartman */
/* This is ugly but there is no KDE way to do this yet :| -cartman */
struct ifreq ifr;
const char* address = Preferences::dccIPv4FallbackIface().ascii();
int sock = socket(AF_INET, SOCK_DGRAM, 0);

Loading…
Cancel
Save