[svn-commits] rmudgett: branch 10 r357353 - in /branches/10: ./ apps/app_page.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 28 13:35:44 CST 2012


Author: rmudgett
Date: Tue Feb 28 13:35:41 2012
New Revision: 357353

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357353
Log:
Remove dupliate 'i' option table entry in app_page.c.

(closes issue ASTERISK-19310)
Reported by: Makoto Dei
Patches:
      app_page-duplicate-i-option.patch (license #5027) patch uploaded by Makoto Dei
........

Merged revisions 357352 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/10/   (props changed)
    branches/10/apps/app_page.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/apps/app_page.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_page.c?view=diff&rev=357353&r1=357352&r2=357353
==============================================================================
--- branches/10/apps/app_page.c (original)
+++ branches/10/apps/app_page.c Tue Feb 28 13:35:41 2012
@@ -132,7 +132,6 @@
 	AST_APP_OPTION('r', PAGE_RECORD),
 	AST_APP_OPTION('s', PAGE_SKIP),
 	AST_APP_OPTION('i', PAGE_IGNORE_FORWARDS),
-	AST_APP_OPTION('i', PAGE_IGNORE_FORWARDS),
 	AST_APP_OPTION_ARG('A', PAGE_ANNOUNCE, OPT_ARG_ANNOUNCE),
 	AST_APP_OPTION('n', PAGE_NOCALLERANNOUNCE),
 });




More information about the svn-commits mailing list