The branch, master has been updated
via 5a981663e4f s4:dsdb: Do not declare cm_print_error()
via 9246b62a60a libcli:ldap: Do not declare cm_print_error()
from ba7f4b11674 tdb: Fix parse_hex during `tdbtool storehex`
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5a981663e4f677042ba80191770100aecff2120a
Author: Andreas Schneider <[email protected]>
Date: Fri Nov 21 15:33:32 2025 +0100
s4:dsdb: Do not declare cm_print_error()
This is part of the cmocka.h header file.
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Mon Nov 24 11:28:08 UTC 2025 on atb-devel-224
commit 9246b62a60a9af4e7123584bbdc4209e84cd2f03
Author: Andreas Schneider <[email protected]>
Date: Fri Nov 21 15:31:39 2025 +0100
libcli:ldap: Do not declare cm_print_error()
This is part of the cmocka.h header file.
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
libcli/ldap/tests/ldap_message_test.c | 5 -----
source4/dsdb/samdb/ldb_modules/tests/test_group_audit.c | 5 -----
2 files changed, 10 deletions(-)
Changeset truncated at 500 lines:
diff --git a/libcli/ldap/tests/ldap_message_test.c
b/libcli/ldap/tests/ldap_message_test.c
index f4cabd0d6dd..eb8739792c0 100644
--- a/libcli/ldap/tests/ldap_message_test.c
+++ b/libcli/ldap/tests/ldap_message_test.c
@@ -44,11 +44,6 @@
#include "libcli/ldap/ldap_message.h"
#include "libcli/ldap/ldap_proto.h"
-/*
- * declare the internal cmocka cm_print so we can output messages in
- * sub unit format
- */
-void cm_print_error(const char * const format, ...);
/*
* helper function and macro to compare an ldap error code constant with the
* corresponding nt_status code
diff --git a/source4/dsdb/samdb/ldb_modules/tests/test_group_audit.c
b/source4/dsdb/samdb/ldb_modules/tests/test_group_audit.c
index bd66451f355..50a70ee57e9 100644
--- a/source4/dsdb/samdb/ldb_modules/tests/test_group_audit.c
+++ b/source4/dsdb/samdb/ldb_modules/tests/test_group_audit.c
@@ -104,11 +104,6 @@ void audit_message_send(
#define check_group_change_message(m, u, a, e)
\
_check_group_change_message(m, u, a, e, __FILE__, __LINE__);
-/*
- * declare the internal cmocka cm_print_error so that we can output messages
- * in sub unit format
- */
-void cm_print_error(const char * const format, ...);
/*
* Validate a group change JSON audit message
--
Samba Shared Repository