1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ldb: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2022-09-06 12:35:20 +02:00 committed by Jeremy Allison
parent 9aca11a71a
commit 47e2df56f6

View File

@ -1857,7 +1857,7 @@ struct ldb_dn *ldb_dn_new(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const ch
\param mem_ctx TALLOC context to return resulting ldb_dn structure on
\param new_fms The new DN as a format string (plus arguments)
\note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntacticly correct
\note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntactically correct
*/
struct ldb_dn *ldb_dn_new_fmt(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const char *new_fmt, ...) PRINTF_ATTRIBUTE(3,4);