mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-09 08:16:58 +08:00
Replace non-ASCII character in error message
Signed-off-by: Grigory Trenin <grigory.trenin@gmail.com>
This commit is contained in:
@@ -1930,7 +1930,7 @@ static void set_socket_timeout(worker_st *ws, int fd)
|
||||
int e = errno;
|
||||
|
||||
oclog(ws, LOG_DEBUG, "setsockopt(%s, SO_RCVTIMEO) failed: %s",
|
||||
(fd == ws->conn_fd) ? "ΤCP" : "UDP", strerror(e));
|
||||
(fd == ws->conn_fd) ? "TCP" : "UDP", strerror(e));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user