mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-23 13:11:28 +00:00
fixes coverity CID 167209
This commit is contained in:
@@ -216,7 +216,7 @@ public class Vault {
|
||||
return vaultSettings;
|
||||
}
|
||||
|
||||
public String getWebDavUrl() {
|
||||
public synchronized String getWebDavUrl() {
|
||||
return servlet.getServletRootUri().toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user