dav/optparser.c

changeset 199
f448fc8c9191
parent 186
05d11fbcaeb3
child 209
d24761f1e07c
equal deleted inserted replaced
198:44054c452de1 199:f448fc8c9191
103 } 103 }
104 case 'O': { 104 case 'O': {
105 ucx_map_cstr_put(a->options, "override", NOARG); 105 ucx_map_cstr_put(a->options, "override", NOARG);
106 break; 106 break;
107 } 107 }
108 case 'i': {
109 ucx_map_cstr_put(a->options, "insecure", NOARG);
110 break;
111 }
108 case 'o': { 112 case 'o': {
109 if(!option) { 113 if(!option) {
110 option = "output"; 114 option = "output";
111 optchar = 'o'; 115 optchar = 'o';
112 } else { 116 } else {

mercurial