dav/main.c

changeset 732
b0eb645cd26e
parent 731
e0358fa1a3b1
child 733
a7883961b5f4
--- a/dav/main.c	Sun Aug 08 12:45:31 2021 +0200
+++ b/dav/main.c	Sun Aug 08 14:40:26 2021 +0200
@@ -2903,7 +2903,7 @@
     }
     
     int ret = 1;
-    if(user && password) {
+    if(user && password) {    
         pwdstore_put_index(secrets, id, locations);
         pwdstore_put(secrets, id, user, password);
         ret = pwdstore_save(secrets);

mercurial