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:
0fda572
)
Fix typo 0fda572c88d02b0b200ef81d72cc4da594fa0e38 that prevented some errors from...
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 24 Apr 2015 21:51:29 +0000
(23:51 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 24 Apr 2015 21:51:29 +0000
(23:51 +0200)
src/protocol.c
patch
|
blob
|
history
diff --git
a/src/protocol.c
b/src/protocol.c
index 8627912ef3f773075c5b35c2d430a2738ced84e1..efb9a18e6df01d25dad4856d265dfe3f8b25b2eb 100644
(file)
--- a/
src/protocol.c
+++ b/
src/protocol.c
@@
-135,7
+135,7
@@
bool receive_request(connection_t *c, const char *request) {
if(!request_handlers[reqno](c, request)) {
/* Something went wrong. Probably scriptkiddies. Terminate. */
- if(req
uest
!= TERMREQ)
+ if(req
no
!= TERMREQ)
logger(DEBUG_ALWAYS, LOG_ERR, "Error while processing %s from %s (%s)", request_name[reqno], c->name, c->hostname);
return false;
}