Skip to content

Commit

Permalink
XrdSecEntity temporarily add back ueid member.
Browse files Browse the repository at this point in the history
  • Loading branch information
osschar committed Oct 10, 2019
1 parent 913b583 commit df4fa81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/XrdSec/XrdSecEntity.hh
Expand Up @@ -86,7 +86,10 @@ const char *tident; //!< Trace identifier always preset
gid_t gid; //!< Unix gid or 0 if none
void *future[3]; //!< Reserved for future expansion

//------------------------------------------------------------------------------
// MT_MERGE -- added just to get it to compile
int ueid;

//------------------------------------------------------------------------------
//! Add an attribute object to this entity.
//!
//! @param attr - Reference to the attribute object.
Expand Down

0 comments on commit df4fa81

Please sign in to comment.