diff -r 523f1769f2bc -r 52e6be3a0985 QTfrontend/netudpwidget.cpp --- a/QTfrontend/netudpwidget.cpp Wed Feb 07 22:59:49 2007 +0000 +++ b/QTfrontend/netudpwidget.cpp Wed Feb 07 23:01:32 2007 +0000 @@ -12,7 +12,7 @@ mainLayout.addWidget(serversList); pUdpSocket = new QUdpSocket(this); - pUdpSocket->bind();//46632); + pUdpSocket->bind(46632); connect(pUdpSocket, SIGNAL(readyRead()), this, SLOT(onClientRead())); pUdpSocket->writeDatagram("hedgewars client", QHostAddress::Broadcast, 46631); }