Remove use shutdown signal inside init function

This commit is contained in:
loki
2021-06-09 22:01:18 +02:00
parent 1afd1b7c94
commit e53f65c305
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
namespace http {
void init(std::shared_ptr<safe::signal_t> shutdown_event);
int init();
int create_creds(const std::string &pkey, const std::string &cert);
int save_user_creds(
const std::string &file,