Loading src/secureid.c +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ void setRid(struct SID* sid, uint32_t rid){ sid->SubAuthority[sid->SubAuthorityCount-1]=rid; } int getRid(struct SID* sid){ uint32_t getRid(struct SID* sid){ return sid->SubAuthority[sid->SubAuthorityCount-1]; } src/secureid.h +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ extern "C" { \brief This function will get the real id of a user without domain indentfier \param sid SID struct set will be set the real id */ int getRid(struct SID *sid); uint32_t getRid(struct SID *sid); #ifdef __cplusplus Loading Loading
src/secureid.c +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ void setRid(struct SID* sid, uint32_t rid){ sid->SubAuthority[sid->SubAuthorityCount-1]=rid; } int getRid(struct SID* sid){ uint32_t getRid(struct SID* sid){ return sid->SubAuthority[sid->SubAuthorityCount-1]; }
src/secureid.h +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ extern "C" { \brief This function will get the real id of a user without domain indentfier \param sid SID struct set will be set the real id */ int getRid(struct SID *sid); uint32_t getRid(struct SID *sid); #ifdef __cplusplus Loading