[Asterisk-code-review] res pjsip pubsub: Use ast true for "prune on boot". (asterisk[13])

Joshua Colp asteriskteam at digium.com
Sat Jul 28 08:00:51 CDT 2018


Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/9763


Change subject: res_pjsip_pubsub: Use ast_true for "prune_on_boot".
......................................................................

res_pjsip_pubsub: Use ast_true for "prune_on_boot".

Change-Id: Iedec4e7390b3e821987681da24d0298632b9873d
---
M res/res_pjsip_pubsub.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/63/9763/1

diff --git a/res/res_pjsip_pubsub.c b/res/res_pjsip_pubsub.c
index a0ec02f..1c0145c 100644
--- a/res/res_pjsip_pubsub.c
+++ b/res/res_pjsip_pubsub.c
@@ -5589,7 +5589,7 @@
 		persistence_expires_str2struct, persistence_expires_struct2str, NULL, 0, 0);
 	ast_sorcery_object_field_register(sorcery, "subscription_persistence", "contact_uri", "", OPT_CHAR_ARRAY_T, 0,
 		CHARFLDSET(struct subscription_persistence, contact_uri));
-	ast_sorcery_object_field_register(sorcery, "subscription_persistence", "prune_on_boot", "no", OPT_YESNO_T, 0,
+	ast_sorcery_object_field_register(sorcery, "subscription_persistence", "prune_on_boot", "no", OPT_YESNO_T, 1,
 		FLDSET(struct subscription_persistence, prune_on_boot));
 
 	if (apply_list_configuration(sorcery)) {

-- 
To view, visit https://gerrit.asterisk.org/9763
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedec4e7390b3e821987681da24d0298632b9873d
Gerrit-Change-Number: 9763
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180728/0cb4a2ec/attachment.html>


More information about the asterisk-code-review mailing list