The branch, master has been updated
via 12ef06836bf s3:ntlm_auth: Fix typo in error message (protools ->
protocols)
from 66ebdb91705 ctdb: Fix ctdb startup with inconsistent cluster lock
settings
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 12ef06836bf26d13f5115ee71303255a133c6a10
Author: Frediano Ziglio <[email protected]>
Date: Fri Nov 14 14:11:04 2025 +0000
s3:ntlm_auth: Fix typo in error message (protools -> protocols)
Signed-off-by: Frediano Ziglio <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Reviewed-by: Jennifer Sutton <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Wed Nov 19 19:38:52 UTC 2025 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
source3/utils/ntlm_auth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index 6c2493ec1f1..0538210b5a8 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -2830,7 +2830,7 @@ enum {
}
}
fprintf(stderr, "unknown helper protocol [%s]\n\n"
- "Valid helper protools:\n\n", helper_protocol);
+ "Valid helper protocols:\n\n", helper_protocol);
for (i=0; i<NUM_HELPER_MODES; i++) {
fprintf(stderr, "%s\n",
--
Samba Shared Repository