projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a9ed9
)
Remove a debug message.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 7 Oct 2012 12:06:47 +0000
(14:06 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 7 Oct 2012 12:06:47 +0000
(14:06 +0200)
src/sptps.c
patch
|
blob
|
history
diff --git
a/src/sptps.c
b/src/sptps.c
index 3b9498c795122085857d68779185833b292e2ce2..10d6e047f78f5d02c52087c354dad710fe05160a 100644
(file)
--- a/
src/sptps.c
+++ b/
src/sptps.c
@@
-339,7
+339,6
@@
bool sptps_force_kex(sptps_t *s) {
// Receive a handshake record.
static bool receive_handshake(sptps_t *s, const char *data, uint16_t len) {
// Only a few states to deal with handshaking.
- fprintf(stderr, "Received handshake message, current state %d\n", s->state);
switch(s->state) {
case SPTPS_SECONDARY_KEX:
// We receive a secondary KEX request, first respond by sending our own.