aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/receivepack/service/run_hook.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/network/receivepack/service/run_hook.go b/network/receivepack/service/run_hook.go
index ce8f8b7e..f08cc337 100644
--- a/network/receivepack/service/run_hook.go
+++ b/network/receivepack/service/run_hook.go
@@ -96,10 +96,6 @@ func (service *Service) runHook(
}
defer func() {
- if quarantineObjectsStore != nil {
- _ = quarantineObjectsStore.Close()
- }
-
if quarantinePackedStore != nil {
_ = quarantinePackedStore.Close()
}