[Asterisk-cvs] asterisk/channels chan_skinny.c,1.7,1.8

jeremy at lists.digium.com jeremy at lists.digium.com
Sat Sep 13 19:53:44 CDT 2003


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv29862

Modified Files:
	chan_skinny.c 
Log Message:
pull out reloading, for now, causes segs


Index: chan_skinny.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_skinny.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- chan_skinny.c	14 Sep 2003 00:29:01 -0000	1.7
+++ chan_skinny.c	14 Sep 2003 00:54:53 -0000	1.8
@@ -2634,9 +2634,13 @@
 
 int reload(void)
 {
+#if 0
+// XXX Causes Seg
+
 	delete_devices();
 	reload_config();
 	restart_monitor();
+#endif
 	return 0;
 }
 




More information about the svn-commits mailing list