diff options
Diffstat (limited to 'src/providers/proxy')
-rw-r--r-- | src/providers/proxy/proxy_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/proxy/proxy_init.c b/src/providers/proxy/proxy_init.c index de1904c7..0993feed 100644 --- a/src/providers/proxy/proxy_init.c +++ b/src/providers/proxy/proxy_init.c @@ -54,7 +54,8 @@ static void proxy_auth_shutdown(struct be_req *req) struct bet_ops proxy_id_ops = { .handler = proxy_get_account_info, - .finalize = proxy_shutdown + .finalize = proxy_shutdown, + .check_online = NULL }; struct bet_ops proxy_auth_ops = { |