mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
handle_worker_commands: fix use of send_msg_to_worker
Relates #100 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -300,7 +300,7 @@ int handle_worker_commands(main_server_st * s, struct proc_st *proc)
|
||||
}
|
||||
|
||||
ret =
|
||||
send_msg_to_worker(s, NULL, CMD_BAN_IP_REPLY, &reply,
|
||||
send_msg_to_worker(s, proc, CMD_BAN_IP_REPLY, &reply,
|
||||
(pack_size_func)
|
||||
ban_ip_reply_msg__get_packed_size,
|
||||
(pack_func)
|
||||
|
||||
Reference in New Issue
Block a user