[asterisk-commits] mjordan: branch 12 r400881 -	/branches/12/res/res_pjsip_mwi.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Oct 14 09:57:43 CDT 2013
    
    
  
Author: mjordan
Date: Mon Oct 14 09:57:40 2013
New Revision: 400881
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400881
Log:
Remove duplicate module info block
The module info block was repeated twice. Once is sufficient.
Modified:
    branches/12/res/res_pjsip_mwi.c
Modified: branches/12/res/res_pjsip_mwi.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip_mwi.c?view=diff&rev=400881&r1=400880&r2=400881
==============================================================================
--- branches/12/res/res_pjsip_mwi.c (original)
+++ branches/12/res/res_pjsip_mwi.c Mon Oct 14 09:57:40 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 asterisk-commits
mailing list