diff options
Diffstat (limited to 'x11vnc/cleanup.c')
| -rw-r--r-- | x11vnc/cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c index d99ccfb..23e810c 100644 --- a/x11vnc/cleanup.c +++ b/x11vnc/cleanup.c @@ -135,7 +135,7 @@ void clean_up_exit (int ret) { } stop_stunnel(); if (use_openssl) { - ssh_helper_pid(0, 0); /* killall */ + ssl_helper_pid(0, 0); /* killall */ } X_LOCK; |
