Skip to content

Commit

Permalink
Update src/XrdHttp/XrdHttpExtHandler.cc
Browse files Browse the repository at this point in the history
Co-Authored-By: apeters1971 <andreas.joachim.peters@cern.ch>
  • Loading branch information
bbockelm and apeters1971 committed Dec 14, 2018
1 parent 4a880e7 commit 7edfb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdHttp/XrdHttpExtHandler.cc
Expand Up @@ -70,7 +70,7 @@ verb(req->requestverb), headers(req->allheaders) {
resource = req->resource.c_str();
int envlen=0;

query = req->opaque?req->opaque->Env(envlen):"";
query = req->opaque ? req->opaque->Env(envlen) : "";

// These fields usually identify the client that connected

Expand Down

0 comments on commit 7edfb1d

Please sign in to comment.