THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#385 - Possible memory leak when processing sht_reload
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=385
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#385 - Possible memory leak when processing sht_reload
User who did this - Daniel-Constantin Mierla (miconda)
----------
You don't need to change the value for define PKG_MEM_SIZE to adjust the private memory and recompile -- just provide the size of private memory in MB via -M command line parameter.
Anyhow, I changed the code to use system malloc for this operation, so pkg is not used anymore for it.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=385#comment1264
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: 15f8a92baf58ee70e837b3b7e7f208b1a2678a0a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15f8a92…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Jan 6 19:51:41 2014 +0100
permissions: note about peer tag mode that applies only for allow_trusted()
---
modules/permissions/doc/permissions_admin.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/permissions/doc/permissions_admin.xml b/modules/permissions/doc/permissions_admin.xml
index 8e2ba00..c955d2a 100644
--- a/modules/permissions/doc/permissions_admin.xml
+++ b/modules/permissions/doc/permissions_admin.xml
@@ -687,7 +687,8 @@ modparam("permissions", "peer_tag_avp", "$avp(i:707)")
<para>
Tag mode for allow_trusted(). 0 sets only the tag of the
first match. 1 adds the tags of all matches to the avp. In addition
- the return value of allow_trusted() is the number of matches.
+ the return value of allow_trusted() is the number of matches. This
+ parameter is not used for address table matching functions.
</para>
<para>
<emphasis>