[svn-commits] trunk - r8163 in /trunk: ./ loader.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 17 17:49:43 MST 2006


Author: mogorman
Date: Tue Jan 17 18:49:43 2006
New Revision: 8163

URL: http://svn.digium.com/view/asterisk?rev=8163&view=rev
Log:
Merged revisions 8162 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8162 | mogorman | 2006-01-17 18:47:04 -0600 (Tue, 17 Jan 2006) | 4 lines

Changed order of autoload so that pbx_ comes before
channels, and in doing so cause bug 6002 to not
be an issue

........

Modified:
    trunk/   (props changed)
    trunk/loader.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: trunk/loader.c
URL: http://svn.digium.com/view/asterisk/trunk/loader.c?rev=8163&r1=8162&r2=8163&view=diff
==============================================================================
--- trunk/loader.c (original)
+++ trunk/loader.c Tue Jan 17 18:49:43 2006
@@ -458,8 +458,8 @@
 static const char *loadorder[] =
 {
 	"res_",
+	"pbx_",
 	"chan_",
-	"pbx_",
 	NULL,
 };
 



More information about the svn-commits mailing list