1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

fix typo in debug log

This commit is contained in:
Gerald Carter -
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);