Skip to content
Snippets Groups Projects
Commit c165196f authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

pull out reloading, for now, causes segs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1513 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a4c9fa34
No related branches found
No related tags found
No related merge requests found
......@@ -2634,9 +2634,13 @@ void delete_devices(void)
int reload(void)
{
#if 0
// XXX Causes Seg
delete_devices();
reload_config();
restart_monitor();
#endif
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment