From 44287f9e6722bcdbdb2cda679407a265697cbeb7 Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Sun, 19 Sep 2021 22:42:48 +0200 Subject: do not activate clients without redirection via POST update 4573deb8cb3 to skip clients without redirection after receiving POST notification. --- src/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.h') diff --git a/src/core.h b/src/core.h index 9da9340..36fb205 100644 --- a/src/core.h +++ b/src/core.h @@ -71,7 +71,7 @@ static inline bool tip_client_large_file(const struct tip_client *cli) void tip_client_pending(struct tip_client *cli); bool tip_client_redirect(struct tip_client *cli); int tip_client_redirect_create(const struct tip_client *cli); -void tip_client_activate_pending(void); +void tip_client_activate_pending(bool redirect_only); extern struct ev_loop *tip_main_loop; -- cgit v1.2.3-18-g5258