fix linking problem on FreeBSD

This commit is contained in:
thorkill 2015-12-10 23:17:13 +01:00
parent eb84af49fa
commit 371b3a2ba5

View file

@ -210,7 +210,7 @@ static bool req_key_ext_h(connection_t *c, const char *request, node_t *from, no
}
if(from->sptps.label)
error(from->sptps, "Got REQ_KEY while we already started a SPTPS session!");
logger(DEBUG_ALWAYS, LOG_DEBUG, "Got REQ_KEY from %s while we already started a SPTPS session!", from->name);
char buf[MAX_STRING_SIZE];
int len;