1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fix typo in debug log

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent 837d7c54d3
commit 074da42670

View File

@ -128,7 +128,7 @@ void add_failed_connection_entry(const char *domain, const char *server, NTSTATU
fcc->lookup_time = time(NULL);
fcc->nt_status = result;
DEBUG(10,("add_failed_connection_entry_byname: added domain %s (%s) to failed conn cache\n",
DEBUG(10,("add_failed_connection_entry: added domain %s (%s) to failed conn cache\n",
domain, server ));
DLIST_ADD(failed_connection_cache, fcc);