dav/pwd.c

changeset 731
e0358fa1a3b1
parent 654
8f2b8f2a5cde
child 747
efbd59642577
equal deleted inserted replaced
730:83f832e345e0 731:e0358fa1a3b1
60 p->locations = NULL; 60 p->locations = NULL;
61 p->noloc = NULL; 61 p->noloc = NULL;
62 p->index = ucx_map_new(16); 62 p->index = ucx_map_new(16);
63 p->content = buf; 63 p->content = buf;
64 p->key = NULL; 64 p->key = NULL;
65 p->unlock_cmd = NULL;
66 p->lock_cmd = NULL;
65 p->encoffset = PWDS_HEADER_SIZE; 67 p->encoffset = PWDS_HEADER_SIZE;
66 p->isdecrypted = 0; 68 p->isdecrypted = 0;
67 69
68 if(pwdstore_getindex(p)) { 70 if(pwdstore_getindex(p)) {
69 pwdstore_free(p); 71 pwdstore_free(p);

mercurial