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

don't try to unreg with gk, on reload, now

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1912 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ce44ad50
Branches
Tags
No related merge requests found
...@@ -1648,9 +1648,11 @@ int reload(void) ...@@ -1648,9 +1648,11 @@ int reload(void)
delete_aliases(); delete_aliases();
prune_peers(); prune_peers();
#if 0
if (strlen(gatekeeper)) { if (strlen(gatekeeper)) {
h323_gk_urq(); h323_gk_urq();
} }
#endif
reload_config(); reload_config();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment