QTfrontend/netudpwidget.cpp
changeset 417 bc7fea9abd9c
parent 416 595d8663254d
child 421 ebd79d171804
--- a/QTfrontend/netudpwidget.cpp	Thu Feb 08 19:03:23 2007 +0000
+++ b/QTfrontend/netudpwidget.cpp	Thu Feb 08 20:03:03 2007 +0000
@@ -12,7 +12,7 @@
   mainLayout.addWidget(serversList);
   pUdpSocket = new QUdpSocket(this);
 
-  pUdpSocket->bind(46632, QUdpSocket::ShareAddress);
+  pUdpSocket->bind();
   connect(pUdpSocket, SIGNAL(readyRead()), this, SLOT(onClientRead()));
   updateList();
 }