The branch, master has been updated via 5b9492ada40 s3:winbind: Correct spelling in debug messages related to ADS from 783aa1d7ce9 s3/smbd: Conditionally define smb2_request_to_snum()
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 5b9492ada40352213448a5050a187948c9d72ebc Author: Daniel Widrick <dna...@widrick.net> Date: Mon Jun 23 22:07:44 2025 -0400 s3:winbind: Correct spelling in debug messages related to ADS Corrected spelling of 'security' from 'secuirity' in debug messages related to ADS Signed-off-by: Daniel Widrick <dan...@widrick.net> Reviewed-by: Martin Schwenke <mar...@meltin.net> Reviewed-by: Andreas Schneider <a...@samba.org> Reviewed-by: Anoop C S <anoo...@samba.org> Autobuild-User(master): Anoop C S <anoo...@samba.org> Autobuild-Date(master): Sat Jun 28 09:04:56 UTC 2025 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: source3/winbindd/winbindd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index fa150368fc6..209ca0dca92 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1478,13 +1478,13 @@ int main(int argc, const char **argv) const char *workgroup = lp_workgroup(); if (workgroup == NULL || strlen(workgroup) == 0) { - DBG_ERR("For 'secuirity = ADS' mode, the 'workgroup' " + DBG_ERR("For 'security = ADS' mode, the 'workgroup' " "parameter is required to be set!\n"); exit(1); } if (realm == NULL || strlen(realm) == 0) { - DBG_ERR("For 'secuirity = ADS' mode, the 'realm' " + DBG_ERR("For 'security = ADS' mode, the 'realm' " "parameter is required to be set!\n"); exit(1); } -- Samba Shared Repository