Skip to content

Commit 7634696

Browse files
author
liudengfeng
committed
fixup segmentfault bug
Signed-off-by: liudengfeng <liudengfeng@kunteng.org>
1 parent a9f1cc4 commit 7634696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firewall.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ fw_client_process_from_authserver_response(t_authresponse *authresponse, t_clien
437437
return; /* Next client please */
438438
}
439439

440+
fw_client_operation(authresponse->authcode, p1);
441+
440442
if (config->auth_servers && tmp_c->is_online) {
441443
switch (authresponse->authcode) {
442444
case AUTH_DENIED:
@@ -488,8 +490,6 @@ fw_client_process_from_authserver_response(t_authresponse *authresponse, t_clien
488490
}
489491
}
490492

491-
fw_client_operation(authresponse->authcode, p1);
492-
493493
UNLOCK_CLIENT_LIST();
494494
}
495495

0 commit comments

Comments
 (0)