projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6de51d
)
Remove silly warning message that was triggered if two or more clients would connect...
author
Martin Johansson
<martin@fatbob.nu>
Mon, 11 Apr 2011 18:24:54 +0000
(20:24 +0200)
committer
Martin Johansson
<martin@fatbob.nu>
Mon, 11 Apr 2011 18:24:54 +0000
(20:24 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index e304f35b25fea204e5d225d7d11cd9f24982803a..e190a0b9f67fa30f94ebed2fc8a6951dd8f9a765 100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-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 */
}