From 1a4cd4a6fcb86ce5dfb9c9f677fd76c0d417a459 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 1 Aug 2006 04:22:07 +0000 Subject: [PATCH] STABLE14-windows-server-ping-20060216 add logging of server addresses, status and capabilities prevent multiple threads from pinging the same server simultaneously. instead, threads block and then use the result of the ping that was already taking place. (cherry picked from commit 424ae50d1f7dfe0c3557d98f8ae9bc03a8265a21) --- src/WINNT/afsd/NTMakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WINNT/afsd/NTMakefile b/src/WINNT/afsd/NTMakefile index 1dd425fd5..77e3584b4 100644 --- a/src/WINNT/afsd/NTMakefile +++ b/src/WINNT/afsd/NTMakefile @@ -388,6 +388,7 @@ AFSD_EXELIBS =\ $(DESTDIR)\lib\afs\mtafsint.lib \ $(DESTDIR)\lib\libafsconf.lib \ $(DESTDIR)\lib\afs\afsreg.lib \ + $(DESTDIR)\lib\afs\afsutil.lib \ $(DESTDIR)\lib\afspthread.lib \ $(LANAHELPERLIB) -- 2.39.5