Update centralserver.c

This commit is contained in:
Dengfeng Liu 2022-01-20 11:10:36 +08:00 committed by GitHub
parent 10531c8787
commit db24e39db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ make_roam_request(struct wd_request_context *context, struct roam_req_info *roam
static void
process_auth_server_login2(struct evhttp_request *req, void *ctx)
{
auth_req_info *auth = ((auth_req_info *)ctx)->data;
auth_req_info *auth = ((struct wd_request_context *)ctx)->data;
debug(LOG_DEBUG, "process auth server login2 response");
char buffer[MAX_BUF] = {0};