mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
doc update
This commit is contained in:
@@ -517,6 +517,7 @@ void sec_mod_server(void *main_pool, struct cfg_st *config, const char *socket_f
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* FIXME: the private key isn't reloaded on reload */
|
||||
sec->key_size = config->key_size;
|
||||
sec->key = talloc_size(sec, sizeof(*sec->key) * config->key_size);
|
||||
if (sec->key == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user