@@ -1,3 +1,6 @@
+2006-11-06
+ * bug correction - output of get_pres_rules initialized - reported by Bogdan
+
2006-09-01
* corrected memory leaks in route serialization
* str_dup separated to macro and implementation function -> better for
@@ -41,6 +41,8 @@ int get_pres_rules(const str_t *username, const str_t *filename,
char *uri = NULL;
int res = RES_OK;
+ if (dst) *dst = NULL;
uri = xcap_uri_for_users_document(xcap_doc_pres_rules,
username, filename, xcap_params);
if (!uri) {