From b6fa26eae5644714824c2d4b710076386f2067d3 Mon Sep 17 00:00:00 2001 From: Joe Reuss Date: Thu, 4 Apr 2024 15:05:49 -0500 Subject: [PATCH] Protocol version added to plugin -classad output Per TJ's request --- cmd/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/plugin.go b/cmd/plugin.go index e03c6650b..52bc8e8ec 100644 --- a/cmd/plugin.go +++ b/cmd/plugin.go @@ -126,6 +126,7 @@ func stashPluginMain(args []string) { fmt.Println("MultipleFileSupport = true") fmt.Println("PluginVersion = \"" + config.GetVersion() + "\"") fmt.Println("PluginType = \"FileTransfer\"") + fmt.Println("ProtocolVersion = 2") fmt.Println("SupportedMethods = \"stash, osdf\"") os.Exit(0) } else if args[0] == "-version" || args[0] == "-v" {