mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
pdb_interface: Fix typo in debug message.
Karolin
This commit is contained in:
parent
db843d2faa
commit
e04da654c0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user