fix xml_rpc socket shutdown

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9796 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-10-02 18:50:09 +00:00
parent 70e390c3e8
commit b66e1bad4c
7 changed files with 19 additions and 13 deletions

View File

@@ -617,6 +617,7 @@ int main(int argc, char *argv[])
}
if (destroy_status == SWITCH_STATUS_RESTART) {
sleep(1);
ret = execv(argv[0], argv);
}