src/server/webdav/requestparser.c

branch
webdav
changeset 239
d5031c30022c
parent 227
3c23855f7b46
child 373
f78a585e1a2f
equal deleted inserted replaced
238:e820d433f405 239:d5031c30022c
356 } 356 }
357 } 357 }
358 node = node->next; 358 node = node->next;
359 } 359 }
360 360
361 ucx_map_free(propmap); // no allocated content must be freed 361 ucx_map_free(propmap); // allocated content must not be freed
362 362
363 if(set_count + remove_count == 0) { 363 if(set_count + remove_count == 0) {
364 *error = PROPPATCH_PARSER_NO_PROPERTIES; 364 *error = PROPPATCH_PARSER_NO_PROPERTIES;
365 ret = 1; 365 ret = 1;
366 } 366 }

mercurial