Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Furano committed Nov 29, 2013
1 parent edb6bbb commit bdb09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdHTTP/XrdHttpProtocol.cc
Expand Up @@ -331,7 +331,7 @@ char *XrdHttpProtocol::GetClientIPStr() {

int XrdHttpProtocol::Process(XrdLink *lp) // We ignore the argument here
{
int rc;
int rc = 0;

TRACEI(DEBUG, " Process. lp:" << lp << " reqstate: " << CurrentReq.reqstate);

Expand Down

0 comments on commit bdb09ef

Please sign in to comment.