aboutsummaryrefslogtreecommitdiff
path: root/unmaintained/stream_read_volume/stream_read_volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/stream_read_volume/stream_read_volume.go')
-rw-r--r--unmaintained/stream_read_volume/stream_read_volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/stream_read_volume/stream_read_volume.go b/unmaintained/stream_read_volume/stream_read_volume.go
index cdbfa2c44..2737962f2 100644
--- a/unmaintained/stream_read_volume/stream_read_volume.go
+++ b/unmaintained/stream_read_volume/stream_read_volume.go
@@ -24,7 +24,7 @@ var (
func main() {
flag.Parse()
- util.LoadConfiguration("security", false)
+ util.LoadSecurityConfiguration()
grpcDialOption = security.LoadClientTLS(util.GetViper(), "grpc.client")
vid := uint32(*volumeId)