diff options
Diffstat (limited to 'x11vnc/sslhelper.c')
-rw-r--r-- | x11vnc/sslhelper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 7e5e5ec..89770af 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -901,6 +901,7 @@ void openssl_port(void) { clean_up_exit(1); } rfbLog("openssl_port: listen on port/sock %d/%d\n", port, sock); + announce(port, 1, NULL); openssl_sock = sock; openssl_port_num = port; |