summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-06-25 06:33:56 +0000
committerJeremy McNamara <jj@nufone.net>2003-06-25 06:33:56 +0000
commit10183deadbaa3c952168c1f5b524881084b332c8 (patch)
treee953c640ef344d4e395d595805a94624b7ebe86d /channels
parent7540c30f54f7604b7937e9955561838b0c36b5cf (diff)
See if this stops a seg
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/ast_h323.cpp2
-rwxr-xr-xchannels/h323/chan_h323.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index a70f4a0c6..efd3a9847 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -932,7 +932,7 @@ int h323_set_gk(int gatekeeper_discover, char *gatekeeper, char *secret)
/* XXX Maybe we should fire a new thread to attempt to re-register later and not kill asterisk here? */
- delete rasChannel;
+ // delete rasChannel;
return 1;
}
}
diff --git a/channels/h323/chan_h323.c b/channels/h323/chan_h323.c
index e044e2396..98b0069aa 100755
--- a/channels/h323/chan_h323.c
+++ b/channels/h323/chan_h323.c
@@ -1551,7 +1551,7 @@ int reload(void)
if (gatekeeper_disable == 0) {
if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
ast_log(LOG_ERROR, "Gatekeeper registration failed.\n");
- h323_end_process();
+ // h323_end_process();
return -1;
}
}