From bfb32a8cd295ed7f1ce9d287d90391a73e8a6641 Mon Sep 17 00:00:00 2001 From: Daryl Clevenger Date: Fri, 28 Mar 2003 09:21:37 +0000 Subject: [PATCH] STABLE12-flushhostcps-init-held-20030328 init held so flushhostcps is more useful. (cherry picked from commit 665e86f6fc4fbca43fd0d827d25f3de5f074e082) --- src/viced/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/host.c b/src/viced/host.c index d8ae1e818..9310d2678 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -534,7 +534,7 @@ void h_flushhostcps(hostaddr, hport) register afs_uint32 hostaddr, hport; /* net byte order */ { register struct host *host; - int held; + int held = 0; H_LOCK host = h_Lookup_r(hostaddr, hport, &held); -- 2.39.5