mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57: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);
|
READ_TF("use-seccomp", config->isolate, 0);
|
||||||
if (config->isolate) {
|
if (config->isolate) {
|
||||||
fprintf(stderr, "note that 'use-seccomp' was replaced by 'isolate-workers'\n");
|
fprintf(stderr, "note that 'use-seccomp' was replaced by 'isolate-workers'\n");
|
||||||
config->cisco_client_compat = 1;
|
|
||||||
} else {
|
} else {
|
||||||
READ_TF("isolate-workers", config->isolate, 0);
|
READ_TF("isolate-workers", config->isolate, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user