mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-23 04:14:18 +01:00
Enable client certificate verification if ssl CA is given
This commit is contained in:
@@ -133,7 +133,7 @@ thread_run_command(void *args) {
|
||||
pid_t pid = forkpty(&pty, NULL, NULL, NULL);
|
||||
|
||||
switch (pid) {
|
||||
case -1: /* */
|
||||
case -1: /* error */
|
||||
lwsl_err("forkpty\n");
|
||||
break;
|
||||
case 0: /* child */
|
||||
|
||||
Reference in New Issue
Block a user