[asterisk-commits] branch 1.2 - r8162 /branches/1.2/loader.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jan 17 17:47:04 MST 2006


Author: mogorman
Date: Tue Jan 17 18:47:04 2006
New Revision: 8162

URL: http://svn.digium.com/view/asterisk?rev=8162&view=rev
Log:
Changed order of autoload so that pbx_ comes before
channels, and in doing so cause bug 6002 to not
be an issue

Modified:
    branches/1.2/loader.c

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



More information about the asterisk-commits mailing list