mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[MOD] Actually start noting down presence requests
This commit is contained in:
parent
f666f39b7c
commit
7ee5c055f4
6 changed files with 81 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ SignalHandler(int signal)
|
|||
HttpServerStop(server);
|
||||
return;
|
||||
}
|
||||
if (signal == SIGPIPE)
|
||||
{
|
||||
Log(LOG_DEBUG, "Caught a SIGPIPE...");
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue