aboutsummaryrefslogtreecommitdiff
path: root/http_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_server.go')
-rw-r--r--http_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_server.go b/http_server.go
index 1c9a4ad..b823204 100644
--- a/http_server.go
+++ b/http_server.go
@@ -234,7 +234,7 @@ func (httpd *httpServer) Encrypt(epr *libhttp.EndpointRequest) (resb []byte, err
return nil, httpRes
}
- node.Parent.Update(nil, -1)
+ node.Parent.Update(nil, 0)
encRes.PathVault, _ = strings.CutPrefix(encRes.PathVault, httpd.aww.BaseDir)