diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-07-29 12:05:40 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-07-29 12:05:40 +0200 |
commit | 669afbc291233e83d21ef7e2e176afee934a4463 (patch) | |
tree | d47521f230b16fd1544f7bc96ea212d36ef5cb97 /source3/passdb | |
parent | edcf034fa4e9eb617f69ec99a30ce679f746689c (diff) | |
download | samba-669afbc291233e83d21ef7e2e176afee934a4463.tar.gz |
pdb_interface: Fix typo in debug message.
Karolin
(This used to be commit e04da654c0db6b0fb2e2ce9754e5eba80751c14c)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index cd34c89bfc5..2a1024cc563 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -130,7 +130,7 @@ NTSTATUS make_pdb_method_name(struct pdb_methods **methods, const char *selected trim_char(module_name, ' ', ' '); - DEBUG(5,("Attempting to find an passdb backend to match %s (%s)\n", selected, module_name)); + DEBUG(5,("Attempting to find a passdb backend to match %s (%s)\n", selected, module_name)); entry = pdb_find_backend_entry(module_name); |