summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/proxy')
-rw-r--r--src/providers/proxy/proxy_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/proxy/proxy_init.c b/src/providers/proxy/proxy_init.c
index de1904c79..0993feed0 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 = {