diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-09-17 13:08:59 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-14 02:35:04 +0000 |
commit | deb7c0243663d3fa435531bad77d2897b1d15285 (patch) | |
tree | 61a4500d22c3641aa161dfa4dd053c1527503a7c /source3/include | |
parent | c41bb6e846b61b92295887fcbfa670e3f5fbbb46 (diff) | |
download | samba-deb7c0243663d3fa435531bad77d2897b1d15285.tar.gz samba-deb7c0243663d3fa435531bad77d2897b1d15285.tar.bz2 samba-deb7c0243663d3fa435531bad77d2897b1d15285.zip |
s3 Replace is_sid_in_token() with security_token_has_sid() from common code
The two routines are identical, so there is no need to keep both.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6094742c8b..b40f32a0b9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1292,7 +1292,6 @@ void del_sid_from_array(const struct dom_sid *sid, struct dom_sid **sids, size_t bool add_rid_to_array_unique(TALLOC_CTX *mem_ctx, uint32 rid, uint32 **pp_rids, size_t *p_num); bool is_null_sid(const struct dom_sid *sid); -bool is_sid_in_token(const struct security_token *token, const struct dom_sid *sid); NTSTATUS sid_array_from_info3(TALLOC_CTX *mem_ctx, const struct netr_SamInfo3 *info3, struct dom_sid **user_sids, |