Skip to content

Commit

Permalink
secgsi: add missing entries in gsiClientStesp and gsiServerSteps
Browse files Browse the repository at this point in the history
For proper debug logging
  • Loading branch information
gganis authored and simonmichal committed Mar 18, 2019
1 parent 0a86e4c commit 4c16949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XrdSecgsi/XrdSecProtocolgsi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ static const char *gsiClientSteps[] = {
"kXGC_none",
"kXGC_certreq",
"kXGC_cert",
"kXGC_sigpxy",
"kXGC_reserved"
};

static const char *gsiServerSteps[] = {
"kXGS_none",
"kXGS_init",
"kXGS_cert",
"kXGS_pxyreq",
"kXGS_reserved"
};

Expand Down

0 comments on commit 4c16949

Please sign in to comment.