Remove unnecessary language.

pull/1/head
Darrell Anderson 12 years ago
parent 645e07e2d4
commit 22bc983385

@ -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