]> git.proxmox.com Git - mirror_frr.git/commit
lib: Remove double log mutex unlock
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 2 Aug 2019 15:12:33 +0000 (11:12 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 2 Aug 2019 15:15:10 +0000 (11:15 -0400)
commit00a7f422c346f8cb0a79c5b9a4dd119ca122292c
tree4a7de41ea965c597f17b0e9ea2517bc17a3643b3
parentdaeca91f7c228eec8039563daf3ce023516282dc
lib: Remove double log mutex unlock

Coverity report caught this log mutex being unlocked twice.
Removing the extra one before the goto statement.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/log.c