diff options
| author | vadimartynov <166398828+vadimartynov@users.noreply.github.com> | 2024-07-16 19:15:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 09:15:55 -0700 |
| commit | b796c21fa9cce9360900b18253c182fd5ca92763 (patch) | |
| tree | 681ca1f3def0379f7a3ece698de7d0c443440443 /weed/command/webdav.go | |
| parent | 67edf1d01413f330d6983125b94e5c3d40a845f2 (diff) | |
| download | seaweedfs-b796c21fa9cce9360900b18253c182fd5ca92763.tar.xz seaweedfs-b796c21fa9cce9360900b18253c182fd5ca92763.zip | |
Added loadSecurityConfigOnce (#5792)
Diffstat (limited to 'weed/command/webdav.go')
| -rw-r--r-- | weed/command/webdav.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/webdav.go b/weed/command/webdav.go index f0e738f4a..1d1a43eda 100644 --- a/weed/command/webdav.go +++ b/weed/command/webdav.go @@ -60,7 +60,7 @@ var cmdWebDav = &Command{ func runWebDav(cmd *Command, args []string) bool { - util.LoadConfiguration("security", false) + util.LoadSecurityConfiguration() glog.V(0).Infof("Starting Seaweed WebDav Server %s at https port %d", util.Version(), *webDavStandaloneOptions.port) |
