From 041d37d23aeb4ed9736b89e986e212c7b0558f92 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 1 Nov 2007 19:13:39 +0000 Subject: [PATCH] DEVEL15-viced-new-host-reup-h-lock-20071101 FIXES 69384 don't leave lock dropped (cherry picked from commit 6b5146db5b111aca5ab0b3f6423f67fb01303627) --- src/viced/host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/host.c b/src/viced/host.c index d3f808dd0..4c59ac3e7 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1767,6 +1767,7 @@ h_GetHost_r(struct rx_connection *tcon) &FS_HostUUID); rx_PutConnection(cb_conn); cb_conn=NULL; + H_LOCK; if (code == 0) { ViceLog(25, ("InitCallBackState3 success on host %x (%s:%d)\n", -- 2.39.5