Skip to content

Commit

Permalink
Init CgiBuff in both ctors.
Browse files Browse the repository at this point in the history
  • Loading branch information
osschar committed Dec 19, 2019
1 parent 27b9171 commit 58da1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdPss/XrdPssUrlInfo.hh
Expand Up @@ -64,7 +64,7 @@ const char *Tident() {return tident;}

XrdPssUrlInfo(XrdOucEnv *envP, const char *path, const char *xtra="",
bool addusrcgi=true, bool addident=true)
: tident("unk.0:0@host"), Path(path), CgiUsr(""), CgiUsz(0),
: tident("unk.0:0@host"), Path(path), CgiBuff(0), CgiUsr(""), CgiUsz(0),
CgiSsz(0), sidP(0) {Setup(envP, xtra, addusrcgi, addident);}

XrdPssUrlInfo(const char *tid, const char *path, const char *xtra="",
Expand Down

0 comments on commit 58da1c5

Please sign in to comment.