Skip to content
Snippets Groups Projects
Commit 1a1ef1bb authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix compilation in debug mode

parent 1d1b8953
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ session_run_on_disconnect_triggers(struct session *session)
void
session_run_on_connect_triggers(struct session *session)
{
(void) session;
trigger_run(&session_on_connect, NULL);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment