From 64cce65b77076f6fa20d15512cefbd8bcca2c67e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 15 Aug 2011 10:47:13 -0400 Subject: [PATCH] [minor] fixed compile warning in delegation.c --- daemon/delegation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/delegation.c b/daemon/delegation.c index 5d8225c..6d4571a 100644 --- a/daemon/delegation.c +++ b/daemon/delegation.c @@ -257,7 +257,6 @@ static int delegation_flush_locks( } ReleaseSRWLockExclusive(&open->lock); } -out: return status; }