Skip to content

Commit

Permalink
Fix slc6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Feb 17, 2020
1 parent babbe36 commit 9334a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdApps/XrdPinls.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct cmp_str

void Display(const char *drctv, XrdVersionPlugin *vP)
{
const char *vType;
const char *vType = "Unknown";
char buff[80];

// First determine what kind of rule this is
Expand Down

0 comments on commit 9334a82

Please sign in to comment.