doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2014-06-10 15:50:55 +02:00
parent cfa74a4e29
commit c49128f1bb

View File

@@ -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) {