Tabs vs spaces cleanup.
This commit is contained in:
parent
c7d838eb41
commit
75bca2543d
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ static bool req_key_ext_h(connection_t *c, const char *request, node_t *from, no
|
||||||
}
|
}
|
||||||
|
|
||||||
if(from->sptps.label)
|
if(from->sptps.label)
|
||||||
logger(DEBUG_ALWAYS, LOG_DEBUG, "Got REQ_KEY from %s while we already started a SPTPS session!", from->name);
|
logger(DEBUG_PROTOCOL, LOG_DEBUG, "Got REQ_KEY from %s while we already started a SPTPS session!", from->name);
|
||||||
|
|
||||||
char buf[MAX_STRING_SIZE];
|
char buf[MAX_STRING_SIZE];
|
||||||
int len;
|
int len;
|
||||||
|
|
Loading…
Add table
Reference in a new issue