Merge commit 'upstream/2.6.1p2'
[debian/amanda] / server-src / diskfile.c
index f25b50be82534c0bc366c3848c0ec0db57f6aefe..42fa544ea4cdea37c7c336a4c76f07c5430f81d8 100644 (file)
@@ -1880,7 +1880,7 @@ xml_scripts(
                                  "</execute_on>\n", NULL);
        amfree(eo_str);
        proplist = pp_script_get_property(pp_script);
-        xml_app.result   = stralloc("");
+       xml_app.result   = stralloc("");
        g_hash_table_foreach(proplist, xml_property, &xml_app);
        xml_scr = vstrextend(&xml_scr, xml_scr1, xml_app.result, "  </script>\n", NULL);
        amfree(b64plugin);