aboutsummaryrefslogtreecommitdiff
path: root/unmaintained/diff_volume_servers
diff options
context:
space:
mode:
authorvadimartynov <166398828+vadimartynov@users.noreply.github.com>2024-07-16 19:15:55 +0300
committerGitHub <noreply@github.com>2024-07-16 09:15:55 -0700
commitb796c21fa9cce9360900b18253c182fd5ca92763 (patch)
tree681ca1f3def0379f7a3ece698de7d0c443440443 /unmaintained/diff_volume_servers
parent67edf1d01413f330d6983125b94e5c3d40a845f2 (diff)
downloadseaweedfs-b796c21fa9cce9360900b18253c182fd5ca92763.tar.xz
seaweedfs-b796c21fa9cce9360900b18253c182fd5ca92763.zip
Added loadSecurityConfigOnce (#5792)
Diffstat (limited to 'unmaintained/diff_volume_servers')
-rw-r--r--unmaintained/diff_volume_servers/diff_volume_servers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/diff_volume_servers/diff_volume_servers.go b/unmaintained/diff_volume_servers/diff_volume_servers.go
index 698d7dd3b..9433af147 100644
--- a/unmaintained/diff_volume_servers/diff_volume_servers.go
+++ b/unmaintained/diff_volume_servers/diff_volume_servers.go
@@ -41,7 +41,7 @@ var (
func main() {
flag.Parse()
- util.LoadConfiguration("security", false)
+ util.LoadSecurityConfiguration()
grpcDialOption = security.LoadClientTLS(util.GetViper(), "grpc.client")
vid := uint32(*volumeId)