as I renamed the PDB subsystem to PASSDB, we need to rename
[samba.git] / source4 / passdb / pdb_unix.c
index a1552981f1bf451602da158a925f2c7356dab163..0a4ab68574dcb1ab9d057a9e0415e5be11a91afa 100644 (file)
@@ -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;