summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-26 06:18:59 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-26 06:18:59 +0000
commit806991158ef016cd7a723912a6eebe1f6d3b0ed1 (patch)
tree05da9d3b6af9fa7337828421d58e847a598055d3
parent306ee55f91c308cc1c9e6193c92e515b6dabf7c7 (diff)
downloadsamba-806991158ef016cd7a723912a6eebe1f6d3b0ed1.tar.gz
samba-806991158ef016cd7a723912a6eebe1f6d3b0ed1.tar.bz2
samba-806991158ef016cd7a723912a6eebe1f6d3b0ed1.zip
fix typo
(This used to be commit 8ffc024ebc73dee32a9dfc1873e824c996205475)
-rw-r--r--source3/passdb/pdb_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c
index 7c6f5e4da9..5264c0d060 100644
--- a/source3/passdb/pdb_interface.c
+++ b/source3/passdb/pdb_interface.c
@@ -204,7 +204,7 @@ NTSTATUS make_pdb_context_name(struct pdb_context **context, const char *selecte
{
if (strequal(builtin_pdb_init_functions[i].name, module_name))
{
- DEBUG(5,("Found pdb backend %s (at pos %d)\n", module_location, i));
+ DEBUG(5,("Found pdb backend %s (at pos %d)\n", module_name, i));
if (NT_STATUS_IS_OK(nt_status
= builtin_pdb_init_functions[i].init(*context, &(*context)->pdb_selected, module_location))) {
DEBUG(5,("pdb backend %s has a valid init\n", selected));