dav/sopt.c

changeset 492
7bde663719dc
parent 445
c525f049c8b7
child 533
5b9f20aa88c2
equal deleted inserted replaced
491:fdc2fb090cc7 492:7bde663719dc
97 } 97 }
98 case 'M': { 98 case 'M': {
99 ucx_map_cstr_put(a->options, "restore-modified", NOARG); 99 ucx_map_cstr_put(a->options, "restore-modified", NOARG);
100 break; 100 break;
101 } 101 }
102 case 'V': {
103 ucx_map_cstr_put(a->options, "versioning", NOARG);
104 }
102 } 105 }
103 } 106 }
104 } else if(option) { 107 } else if(option) {
105 ucx_map_cstr_put(a->options, option, arg); 108 ucx_map_cstr_put(a->options, option, arg);
106 option = NULL; 109 option = NULL;

mercurial