summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-05-19 21:12:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:09 -0500
commit1fdd6a6e68359bccc4998e416cb2395ac8e6eaca (patch)
tree91be9ac53181376ee17964264ef3ab50337b5eca /source4/dsdb/samdb/samdb.c
parent96a858b5cd6243c15fb9649956d2f7718521661b (diff)
downloadsamba-1fdd6a6e68359bccc4998e416cb2395ac8e6eaca.tar.gz
samba-1fdd6a6e68359bccc4998e416cb2395ac8e6eaca.tar.bz2
samba-1fdd6a6e68359bccc4998e416cb2395ac8e6eaca.zip
r15725: First shot at making password_hash async
The async path is not yet enabled by default so it should make no harm (This used to be commit b7d5f2325726757a4fcd0b5ac03de1b867085a89)
Diffstat (limited to 'source4/dsdb/samdb/samdb.c')
-rw-r--r--source4/dsdb/samdb/samdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/samdb.c b/source4/dsdb/samdb/samdb.c
index 5dbfd4ee87..771a3e5367 100644
--- a/source4/dsdb/samdb/samdb.c
+++ b/source4/dsdb/samdb/samdb.c
@@ -808,7 +808,7 @@ int samdb_msg_add_hash(struct ldb_context *sam_ldb, TALLOC_CTX *mem_ctx, struct
/*
add a samr_Password array to a message
*/
-int samdb_msg_add_hashes(struct ldb_context *sam_ldb, TALLOC_CTX *mem_ctx, struct ldb_message *msg,
+int samdb_msg_add_hashes(TALLOC_CTX *mem_ctx, struct ldb_message *msg,
const char *attr_name, struct samr_Password *hashes, uint_t count)
{
struct ldb_val val;