Remove silly warning message that was triggered if two or more clients would connect...
authorMartin Johansson <martin@fatbob.nu>
Mon, 11 Apr 2011 18:24:54 +0000 (20:24 +0200)
committerMartin Johansson <martin@fatbob.nu>
Mon, 11 Apr 2011 18:24:54 +0000 (20:24 +0200)
src/client.c

index e304f35b25fea204e5d225d7d11cd9f24982803a..e190a0b9f67fa30f94ebed2fc8a6951dd8f9a765 100644 (file)
@@ -690,7 +690,6 @@ int Client_read_udp()
                                        memcpy(&itr->remote_udp, &from, sizeof(struct sockaddr_in));
                                        break;
                                }
-                               else Log_warn("Bad cryptstate from peer");
                        }
                } /* while */
        }