[svn-commits] mjordan: trunk r400882 - in /trunk: ./ res/res_pjsip_mwi.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Oct 14 10:02:01 CDT 2013
Author: mjordan
Date: Mon Oct 14 10:01:59 2013
New Revision: 400882
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400882
Log:
Remove duplicate module info block
The module info block was repeated twice. Once is sufficient.
........
Merged revisions 400881 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_pjsip_mwi.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/res/res_pjsip_mwi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip_mwi.c?view=diff&rev=400882&r1=400881&r2=400882
==============================================================================
--- trunk/res/res_pjsip_mwi.c (original)
+++ trunk/res/res_pjsip_mwi.c Mon Oct 14 10:01:59 2013
@@ -19,6 +19,7 @@
/*** MODULEINFO
<depend>pjproject</depend>
<depend>res_pjsip</depend>
+ <depend>res_pjsip_pubsub</depend>
<support_level>core</support_level>
***/
@@ -36,13 +37,6 @@
#include "asterisk/sorcery.h"
#include "asterisk/stasis.h"
#include "asterisk/app.h"
-
-/*** MODULEINFO
- <depend>pjproject</depend>
- <depend>res_pjsip</depend>
- <depend>res_pjsip_pubsub</depend>
- <support_level>core</support_level>
- ***/
struct mwi_subscription;
AO2_GLOBAL_OBJ_STATIC(unsolicited_mwi);
More information about the svn-commits
mailing list