shithub: furgit

Download patch

ref: 15913e07963cb12ee3ef9384a17b378d932d9fdd
parent: 62b653a199af145b8ae00354eb051e29ff32bca9
author: Runxi Yu <runxiyu@umich.edu>
date: Mon Mar 30 01:51:21 EDT 2026

network/receivepack/service: Remove erroneous assignment

--- a/network/receivepack/service/run_hook.go
+++ b/network/receivepack/service/run_hook.go
@@ -66,7 +66,6 @@
 			return nil, nil, nil, false, err.Error()
 		}
 
-		quarantineObjectsStore = quarantineLooseStore
 		quarantinedObjects = quarantineLooseStore
 
 		quarantinePackRoot, err = quarantineLooseRoot.OpenRoot("pack")
--