minor changes
This commit is contained in:
@@ -40,7 +40,6 @@ impl ApiBuilder {
|
||||
let mut url = String::from(host);
|
||||
url.push_str("/remote.php/dav/files/");
|
||||
url.push_str(username.unwrap());
|
||||
url.push_str("/");
|
||||
url.push_str(&root);
|
||||
url.push_str("/");
|
||||
url.push_str(path);
|
||||
|
||||
@@ -167,8 +167,8 @@ impl ReqProps {
|
||||
} else {
|
||||
// end of balises to get then start over for
|
||||
// next object if want multiple
|
||||
values.push(content.clone());
|
||||
if multiple {
|
||||
values.push(content.clone());
|
||||
iter = self.xml_balises.iter();
|
||||
val = iter.next();
|
||||
content = ObjProps::new();
|
||||
|
||||
Reference in New Issue
Block a user