From fec996ff277479e5bac2159e2aab78d838d86b4c Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 24 May 2021 13:01:39 +1200 Subject: [PATCH] samldb: Fix function name typo in error message Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- source4/dsdb/samdb/ldb_modules/samldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/samldb.c b/source4/dsdb/samdb/ldb_modules/samldb.c index f1e0b5cf650..addb3f4bdf2 100644 --- a/source4/dsdb/samdb/ldb_modules/samldb.c +++ b/source4/dsdb/samdb/ldb_modules/samldb.c @@ -4327,7 +4327,7 @@ static int samldb_extended_create_own_rid_set(struct ldb_module *module, struct if (req->op.extended.data != NULL) { ldb_set_errstring(ldb, - "samldb_extended_allocate_rid_pool_for_us: invalid extended data (should be NULL)"); + "samldb_extended_create_own_rid_set: invalid extended data (should be NULL)"); return LDB_ERR_PROTOCOL_ERROR; } -- 2.47.3