mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 07:37:15 +03:00
add protocol name that was missing in previous commit
This commit is contained in:
parent
9dc3e3ce56
commit
3a1ac6c8d7
3
log.c
3
log.c
@ -195,7 +195,8 @@ void log_connection(struct connection_desc* desc, const struct connection *cnx)
|
|||||||
if (!desc) {
|
if (!desc) {
|
||||||
desc = &d;
|
desc = &d;
|
||||||
if (!get_connection_desc(desc, cnx)) {
|
if (!get_connection_desc(desc, cnx)) {
|
||||||
print_message(msg_connections, "%s: lost incoming connection\n");
|
print_message(msg_connections, "%s: lost incoming connection\n",
|
||||||
|
cnx->proto->name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user