mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
lib: Fix a comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
519211fe93
commit
44cf17719c
@ -201,7 +201,7 @@ bool netsamlogon_cache_store(const char *username, struct netr_SamInfo3 *info3)
|
||||
|
||||
/***********************************************************************
|
||||
Retrieves a netr_SamInfo3 structure from a tdb. Caller must
|
||||
free the user_info struct (malloc()'d memory)
|
||||
free the user_info struct (talloced memory)
|
||||
***********************************************************************/
|
||||
|
||||
struct netr_SamInfo3 *netsamlogon_cache_get(TALLOC_CTX *mem_ctx, const struct dom_sid *user_sid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user