]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
try to quiet coverity
authorAlan T. DeKok <aland@freeradius.org>
Tue, 30 May 2017 13:13:17 +0000 (09:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 30 May 2017 13:13:17 +0000 (09:13 -0400)
src/main/connection.c

index 077e694a583aa6f1792e7761876f5a950c6c09e4..4ea703308f1985a6fad3a4df7e9f058e0ee02b6a 100644 (file)
@@ -305,6 +305,7 @@ static fr_connection_t *fr_connection_find(fr_connection_pool_t *pool, void *con
 #endif
 
                        rad_assert(this->in_use == true);
+                       /* coverity[missing_unlock] */
                        return this;
                }
        }