pdb_interface: Fix typo in debug message.
authorKarolin Seeger <kseeger@samba.org>
Tue, 29 Jul 2008 10:05:40 +0000 (12:05 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 29 Jul 2008 10:05:40 +0000 (12:05 +0200)
Karolin
(This used to be commit e04da654c0db6b0fb2e2ce9754e5eba80751c14c)

source3/passdb/pdb_interface.c

index cd34c89bfc502ca91b24f54fc5e30d02d8fae461..2a1024cc5635375ab1b024ea52cfdb2f07f33aa4 100644 (file)
@@ -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);