mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-12 15:17:14 +03:00
provide simple output to stderr (fix #330)
This commit is contained in:
parent
7228c0ebc3
commit
78827d75fe
@ -5,6 +5,8 @@
|
||||
#include "common.h"
|
||||
|
||||
|
||||
#define print_message(sink, format, file, line) fprintf(stderr, format, file, line)
|
||||
|
||||
static char* resolve_listen(const char *hostname, const char *port) {
|
||||
/* Need room in the strcat for \0 and :
|
||||
* the format in the socket unit file is hostname:port */
|
||||
|
Loading…
x
Reference in New Issue
Block a user