summaryrefslogtreecommitdiff
path: root/source3/libsmb/samlogon_cache.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-12-05 14:38:14 +0000
committerVolker Lendecke <vl@samba.org>2016-12-16 17:38:19 +0100
commit321dca7820df2fc2ad8e1cf0d0c2778036329bb2 (patch)
tree2251cdb704be6ea4385c8354b38ef233337b8af3 /source3/libsmb/samlogon_cache.h
parentbedc5c056833bff4cf0287ef00b8d38bf3b53d2c (diff)
downloadsamba-321dca7820df2fc2ad8e1cf0d0c2778036329bb2.tar.gz
samlogon_cache: Rename "user_sid" to "sid"
This is no longer just a user, we can also check for domains Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libsmb/samlogon_cache.h')
-rw-r--r--source3/libsmb/samlogon_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/samlogon_cache.h b/source3/libsmb/samlogon_cache.h
index 0a2fd148422..221e67bd861 100644
--- a/source3/libsmb/samlogon_cache.h
+++ b/source3/libsmb/samlogon_cache.h
@@ -36,6 +36,6 @@ bool netsamlogon_cache_store(const char *username,
struct netr_SamInfo3 *info3);
struct netr_SamInfo3 *netsamlogon_cache_get(TALLOC_CTX *mem_ctx,
const struct dom_sid *user_sid);
-bool netsamlogon_cache_have(const struct dom_sid *user_sid);
+bool netsamlogon_cache_have(const struct dom_sid *sid);
#endif