619 |
619 |
620 result.result = selroot; |
620 result.result = selroot; |
621 result.status = 0; |
621 result.status = 0; |
622 |
622 |
623 // do a propfind request for each resource on the stack |
623 // do a propfind request for each resource on the stack |
624 while(stack->size > 0) { |
624 while(cxListSize(stack) > 0) { |
625 DavQLRes *sr_ptr = cxListAt(stack, 0); // get first element from the stack |
625 DavQLRes *sr_ptr = cxListAt(stack, 0); // get first element from the stack |
626 DavResource *root = sr_ptr->resource; |
626 DavResource *root = sr_ptr->resource; |
627 int res_depth = sr_ptr->depth; |
627 int res_depth = sr_ptr->depth; |
628 cxListRemove(stack, 0); // remove first element |
628 cxListRemove(stack, 0); // remove first element |
629 |
629 |