mirror of
https://git.kore.io/kore.git
synced 2024-11-15 22:46:21 +01:00
add little hint for kodev.
This commit is contained in:
parent
541870c10a
commit
ead0a4199c
@ -167,6 +167,9 @@ main(int argc, char *argv[])
|
||||
|
||||
kore_mem_init();
|
||||
|
||||
if (argc > 0)
|
||||
fatal("did you mean to run `kodev´ instead?");
|
||||
|
||||
kore_pid = getpid();
|
||||
nlisteners = 0;
|
||||
LIST_INIT(&listeners);
|
||||
|
Loading…
Reference in New Issue
Block a user