diff --git a/src/XrdSec/XrdSecEntity.hh b/src/XrdSec/XrdSecEntity.hh index 4c19da80d6b..8ca32a9e9b5 100644 --- a/src/XrdSec/XrdSecEntity.hh +++ b/src/XrdSec/XrdSecEntity.hh @@ -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.