From: Jo Sutton Date: Mon, 8 Jan 2024 02:05:11 +0000 (+1300) Subject: s4:dsdb: Correct NDR push error message X-Git-Tag: tdb-1.4.11~1789 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9344ea02d5b8579fdadd7ff89c27c0db0f3e4e;p=thirdparty%2Fsamba.git s4:dsdb: Correct NDR push error message Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 4e95f83e497..67ec1bbd582 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -663,7 +663,7 @@ static int password_hash_bypass(struct ldb_module *module, struct ldb_request *r if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { talloc_free(scb); return ldb_error(ldb, LDB_ERR_CONSTRAINT_VIOLATION, - "ndr_pull_struct_blob_all"); + "ndr_push_struct_blob"); } if (sce->values[0].length != blob.length) {