]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove duplicate module info block
authorMatthew Jordan <mjordan@digium.com>
Mon, 14 Oct 2013 14:57:40 +0000 (14:57 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 14 Oct 2013 14:57:40 +0000 (14:57 +0000)
The module info block was repeated twice. Once is sufficient.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400881 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_pjsip_mwi.c

index 17d648b747e50fe9a6f3698ae8e8318670aa85bd..6bed363927aa94756f5d48fdc3a760cf543043b6 100644 (file)
@@ -19,6 +19,7 @@
 /*** MODULEINFO
        <depend>pjproject</depend>
        <depend>res_pjsip</depend>
+       <depend>res_pjsip_pubsub</depend>
        <support_level>core</support_level>
  ***/
 
 #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);