Merged with guus/1.1
This commit is contained in:
commit
2ec9f1124d
13 changed files with 323 additions and 7 deletions
|
|
@ -430,7 +430,7 @@ bool ans_key_h(connection_t *c, const char *request) {
|
|||
cipher_close(from->outcipher);
|
||||
digest_close(from->outdigest);
|
||||
#endif
|
||||
from->status.validkey = false;
|
||||
if (!from->status.sptps) from->status.validkey = false;
|
||||
|
||||
if(compression < 0 || compression > 11) {
|
||||
logger(DEBUG_ALWAYS, LOG_ERR, "Node %s (%s) uses bogus compression level!", from->name, from->hostname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue