From fbe6685a79d6480ee5d6f97c30e78254dcf8b0ff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 Sep 2001 08:54:04 +0000 Subject: fixed some compilation errors in cli_netlogon.c - tim, you need to rerun configure to get the new NTSTATUS stuff right (This used to be commit 9bae57cfe30825174536d11983bb3434498e3f03) --- source3/passdb/passdb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3/passdb') diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index c86e4c17a7..fae538a77d 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -42,15 +42,14 @@ static void* pdb_handle = NULL; ***************************************************************/ BOOL initialize_password_db(BOOL reload) { - - char* modulename = lp_passdb_module_path(); - /* This function is unfinished right now, so just ignore the details and always return True. It is here only as a placeholder --jerry */ return True; #if _NOT_YET_ + char* modulename = lp_passdb_module_path(); + /* load another module? */ if (reload && pdb_handle) { -- cgit