X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fdiskfile.c;h=f25b50be82534c0bc366c3848c0ec0db57f6aefe;hb=refs%2Ftags%2Fdebian%2F2.6.1p1-2;hp=5c3662ef558227b7546fa778c6d21c9ddc67f5e1;hpb=14de11ecc99c33706c74b950d2d00e278abe9375;p=debian%2Famanda diff --git a/server-src/diskfile.c b/server-src/diskfile.c index 5c3662e..f25b50b 100644 --- a/server-src/diskfile.c +++ b/server-src/diskfile.c @@ -1784,7 +1784,6 @@ xml_scripts( xml_app_t xml_app; xml_app.features = their_features; - xml_app.result = stralloc(""); xml_scr = stralloc(""); for (pp_scriptlist1=pp_scriptlist; pp_scriptlist1 != NULL; @@ -1881,6 +1880,7 @@ xml_scripts( "\n", NULL); amfree(eo_str); proplist = pp_script_get_property(pp_script); + xml_app.result = stralloc(""); g_hash_table_foreach(proplist, xml_property, &xml_app); xml_scr = vstrextend(&xml_scr, xml_scr1, xml_app.result, " \n", NULL); amfree(b64plugin);