Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
yadij and rousskov authored Oct 8, 2023
1 parent 76c7762 commit f00569a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/acl/FilledChecklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ACLFilledChecklist: public ACLChecklist
SBuf dst_peer_name;
char *dst_rdns;

HttpRequestPointer request;
HttpRequest::Pointer request;
HttpReply *reply;

char rfc931[USER_IDENT_SZ];
Expand Down
2 changes: 1 addition & 1 deletion src/external_acl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ ACLExternal::~ACLExternal()
}

static void
copyResultsFromEntry(HttpRequestPointer &req, const ExternalACLEntryPointer &entry)
copyResultsFromEntry(const HttpRequest::Pointer &req, const ExternalACLEntryPointer &entry)
{
if (req) {
#if USE_AUTH
Expand Down

0 comments on commit f00569a

Please sign in to comment.