1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

ldb: Fix documentation typos

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-02-13 12:34:43 +13:00 committed by Andrew Bartlett
parent d453feb894
commit 80a59d111b

View File

@ -378,12 +378,12 @@ void ldb_req_mark_untrusted(struct ldb_request *req);
void ldb_req_mark_trusted(struct ldb_request *req);
/**
return true is a request is untrusted
return true if a request is untrusted
This indicates the request came across a trust boundary
for example over LDAP
\param req the request check
\param req the request to check
\return is req trusted
*/
bool ldb_req_is_untrusted(struct ldb_request *req);