From: Joseph Sutton Date: Mon, 24 May 2021 01:01:39 +0000 (+1200) Subject: samldb: Fix function name typo in error message X-Git-Tag: tevent-0.11.0~427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fec996ff277479e5bac2159e2aab78d838d86b4c;p=thirdparty%2Fsamba.git samldb: Fix function name typo in error message Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- 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; }