aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-14 04:39:15 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-14 04:39:15 +0000
commit1fbfb13dba848484eb0bcf1364c35d348b96ca8d (patch)
tree02d45efb04b5de643025685d10afe95c740b254b /channels/h323/ast_h323.cpp
parentb93ceebef21f12fae5c64c583554f470a66d4387 (diff)
try to kill another possible seg
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1015 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.cpp')
-rwxr-xr-xchannels/h323/ast_h323.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index 51469087b..501cdb51b 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -879,8 +879,6 @@ int h323_set_gk(int gatekeeper_discover, char *gatekeeper, char *secret)
PString gkName = PString(gatekeeper);
PString pass = PString(secret);
- cout << "begining" << endl;
-
if (!end_point_exist()) {
cout << "ERROR: [h323_set_gk] No Endpoint, this is bad!" << endl;
return 1;