diff options
| author | luwenpeng <[email protected]> | 2024-10-09 10:01:20 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-10-09 10:02:42 +0800 |
| commit | 0f082d975ec067e268d868b0855083caaeff9522 (patch) | |
| tree | 7bcecc3aa50aa0a2941361797bdedbdf6e0af9a4 /infra/main.c | |
| parent | d9d9b4728dbb9b8c4aaef17a41067eb173744cb9 (diff) | |
stellar registers packet_manager as a module; session_manager registers polling callback
Diffstat (limited to 'infra/main.c')
| -rw-r--r-- | infra/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/main.c b/infra/main.c index 171ef09..a9efe12 100644 --- a/infra/main.c +++ b/infra/main.c @@ -37,7 +37,7 @@ int main(int argc __attribute__((__unused__)), char **argv __attribute__((__unus signal(SIGTERM, signal_handler); signal(SIGHUP, signal_handler); - st = stellar_new("./conf/stellar.toml", "./module/spec.toml", "./conf/log.toml"); + st = stellar_new("./conf/stellar.toml"); if (st == NULL) { return 0; |
