lock_file: make function-local locks non-static
[gitweb.git] / builtin / receive-pack.c
index 75e7f18aceffc42b5fdc58296559c67d47203098..0c074b006b009dd2e2d1297f590fb653469a8eeb 100644 (file)
@@ -875,7 +875,7 @@ static void refuse_unconfigured_deny_delete_current(void)
 static int command_singleton_iterator(void *cb_data, struct object_id *oid);
 static int update_shallow_ref(struct command *cmd, struct shallow_info *si)
 {
-       static struct lock_file shallow_lock;
+       struct lock_file shallow_lock = LOCK_INIT;
        struct oid_array extra = OID_ARRAY_INIT;
        struct check_connected_options opt = CHECK_CONNECTED_INIT;
        uint32_t mask = 1 << (cmd->index % 32);