1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

s4:cldap_server: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2023-07-20 11:35:39 +02:00 committed by Andreas Schneider
parent 795e464cfa
commit 694980224a

View File

@ -159,7 +159,7 @@ void cldapd_rootdse_request(struct cldap_socket *cldap,
reply.result = &result;
/* Note: The remoteAddress should rather be set on a ldb request.
* We can set this savely on the context here,
* We can set this safely on the context here,
* since cldapd_rootdse_fill operates synchronously. */
ldb_set_opaque(cldapd->samctx, "remoteAddress", src);