]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/receiver.cpp
Mini bugfix.
[z.facultad/75.42/plaqui.git] / Server / src / receiver.cpp
index ad42cfe26fcc53c12a34c82b357a2891493ed275..9133f85d4ed000bc1ab7e4d110861c8cd2aa363f 100644 (file)
@@ -55,7 +55,6 @@ Receiver::Receiver(const Connection::Port& port, const string& host)
                << ": port = " << port
                << " | host = " << host << endl;
 #endif // DEBUG
-       //socket->bind(port);
        socket->bind(host.c_str(), port);
 }