diff --git a/src/command/archive/push/protocol.c b/src/command/archive/push/protocol.c index 9936a6807..cda32af84 100644 --- a/src/command/archive/push/protocol.c +++ b/src/command/archive/push/protocol.c @@ -29,9 +29,6 @@ archivePushProtocol(const String *command, const VariantList *paramList, Protoco ASSERT(command != NULL); - // Get the repo storage in case it is remote and encryption settings need to be pulled down - storageRepo(); - // Attempt to satisfy the request -- we may get requests that are meant for other handlers bool found = true;