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 used to be commit 074da42670)
This commit is contained in:
Gerald Carter 2003-07-16 02:51:28 +00:00
parent a84270ce11
commit 2ff85e2f0a

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);