diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-11 12:45:47 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-11 12:45:47 +0000 |
commit | cc977af616d3c98af646e29b72c71303df9fa229 (patch) | |
tree | 530217f3963203054a1ca95fc317ceb791fb0307 /source4/passdb/pdb_unix.c | |
parent | 1277e83f542cb9a46b9d9d1c726f46b738730206 (diff) | |
download | samba-cc977af616d3c98af646e29b72c71303df9fa229.tar.gz samba-cc977af616d3c98af646e29b72c71303df9fa229.tar.bz2 samba-cc977af616d3c98af646e29b72c71303df9fa229.zip |
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)
Diffstat (limited to 'source4/passdb/pdb_unix.c')
-rw-r--r-- | source4/passdb/pdb_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |