mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[ADD/MOD] CFLAGS/LDFLAGS and version checks
This commit is contained in:
parent
ad7f4f20e1
commit
0ec028d458
7 changed files with 222 additions and 80 deletions
|
|
@ -211,6 +211,10 @@ Main(Array *args, HashMap *env)
|
|||
conf.maxConnections = conf.threads << 2;
|
||||
conf.handlerArgs = ParseeInitData(jabber);
|
||||
conf.handler = ParseeRequest;
|
||||
if (!conf.handlerArgs)
|
||||
{
|
||||
goto end;
|
||||
}
|
||||
|
||||
Log(LOG_DEBUG, "Verbosity level: %d", verbose);
|
||||
((ParseeData *) conf.handlerArgs)->verbosity = verbose;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue