[asterisk-commits] rmudgett: branch 10 r335721 - in /branches/10: ./ apps/app_directed_pickup.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 13 17:10:47 CDT 2011


Author: rmudgett
Date: Tue Sep 13 17:10:44 2011
New Revision: 335721

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=335721
Log:
Merged revisions 335720 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r335720 | rmudgett | 2011-09-13 17:10:15 -0500 (Tue, 13 Sep 2011) | 1 line
  
  Remove obsolete todo comment about PICKUPRESULT.
........

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

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

Modified: branches/10/apps/app_directed_pickup.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_directed_pickup.c?view=diff&rev=335721&r1=335720&r2=335721
==============================================================================
--- branches/10/apps/app_directed_pickup.c (original)
+++ branches/10/apps/app_directed_pickup.c Tue Sep 13 17:10:44 2011
@@ -101,7 +101,6 @@
 
 static const char app[] = "Pickup";
 static const char app2[] = "PickupChan";
-/*! \todo This application should return a result code, like PICKUPRESULT */
 
 struct pickup_by_name_args {
 	const char *name;




More information about the asterisk-commits mailing list