mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
corrected typo
This commit is contained in:
@@ -573,7 +573,6 @@ unsigned force_cert_auth;
|
||||
READ_TF("use-seccomp", config->isolate, 0);
|
||||
if (config->isolate) {
|
||||
fprintf(stderr, "note that 'use-seccomp' was replaced by 'isolate-workers'\n");
|
||||
config->cisco_client_compat = 1;
|
||||
} else {
|
||||
READ_TF("isolate-workers", config->isolate, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user