[asterisk-commits] file: branch 1.6.0 r120338 - in /branches/1.6.0:	./ pbx/pbx_config.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Jun  4 10:38:56 CDT 2008
    
    
  
Author: file
Date: Wed Jun  4 10:38:56 2008
New Revision: 120338
URL: http://svn.digium.com/view/asterisk?view=rev&rev=120338
Log:
Merged revisions 120337 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk
........
r120337 | file | 2008-06-04 12:38:00 -0300 (Wed, 04 Jun 2008) | 2 lines
We like tabs.
........
Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/pbx/pbx_config.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/pbx/pbx_config.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/pbx/pbx_config.c?view=diff&rev=120338&r1=120337&r2=120338
==============================================================================
--- branches/1.6.0/pbx/pbx_config.c (original)
+++ branches/1.6.0/pbx/pbx_config.c Wed Jun  4 10:38:56 2008
@@ -1326,7 +1326,7 @@
 		pbx_builtin_clear_globals();
 
 	pbx_load_module();
-        ast_cli(a->fd, "Dialplan reloaded.\n");
+	ast_cli(a->fd, "Dialplan reloaded.\n");
 	return CLI_SUCCESS;
 }
 
    
    
More information about the asterisk-commits
mailing list