From cc977af616d3c98af646e29b72c71303df9fa229 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 11 Feb 2004 12:45:47 +0000 Subject: as I renamed the PDB subsystem to PASSDB, we need to rename the static init functions of the modules too:-) metze (This used to be commit 09839de27c9741051b9ebd751c4adcd1c1481cf8) --- source4/passdb/pdb_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/passdb/pdb_unix.c') diff --git a/source4/passdb/pdb_unix.c b/source4/passdb/pdb_unix.c index a1552981f1..0a4ab68574 100644 --- a/source4/passdb/pdb_unix.c +++ b/source4/passdb/pdb_unix.c @@ -109,7 +109,7 @@ static NTSTATUS pdb_init_unixsam(PDB_CONTEXT *pdb_context, PDB_METHODS **pdb_met return NT_STATUS_OK; } -NTSTATUS pdb_unix_init(void) +NTSTATUS passdb_unix_init(void) { NTSTATUS ret; struct passdb_ops ops; -- cgit