Skip to content

Commit

Permalink
Update src/confighttp.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
  • Loading branch information
xanderfrangos and ReenigneArcher authored Jan 26, 2024
1 parent 3a1c109 commit cb6846e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confighttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ namespace confighttp {
}

void
unpairClient(resp_https_t response, req_https_t request) {
unpair(resp_https_t response, req_https_t request) {
if (!authenticate(response, request)) return;

print_req(request);
Expand Down

0 comments on commit cb6846e

Please sign in to comment.