- changed creation of iterator

- chanded all clone calls
This commit is contained in:
Jan Hutter
2005-11-29 08:54:48 +00:00
parent c6ec246d0d
commit a0753941e1
24 changed files with 92 additions and 122 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ static status_t select_proposals_for_host(private_configuration_manager_t *this,
in->current(in,(void **) &first_suggested_proposal);
first_suggested_proposal->clone(first_suggested_proposal,&selected_proposal);
selected_proposal = first_suggested_proposal->clone(first_suggested_proposal);
out->insert_after(out,selected_proposal);
return SUCCESS;