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

s4:kdc: Fix grammar

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-04-09 15:07:23 +12:00 committed by Jo Sutton
parent faba757175
commit 460b1935b9

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# We do this because we do not want to depend on the KDC, only find and use it's header files. We do not want
# We do this because we do not want to depend on the KDC, only find and use its header files. We do not want
if not bld.CONFIG_SET("USING_SYSTEM_KDC"):
kdc_include = "../../third_party/heimdal/kdc ../../third_party/heimdal/lib/gssapi"
else: