aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-24 23:29:04 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-24 23:29:04 +0000
commit0bc8eb5b1268b49bb8bf5c581c15aa6a87395066 (patch)
treed318d2ea0a2df006d44b707dfbadaf028c937c7c /channels/h323/ast_h323.cpp
parent2067edc35541d6b2f6c4b902dd1671bd256a9a94 (diff)
rollback today's futile attempts properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1221 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.cpp')
-rwxr-xr-xchannels/h323/ast_h323.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index a827452ab..9f6f7f9ae 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -205,9 +205,9 @@ int MyH323EndPoint::MakeCall(const PString & dest, PString & token,
*callReference = connection->GetCallReference();
- if (strlen(callerid)) {
+ if (strlen(callerid))
connection->SetLocalPartyName(PString(callerid));
- }
+
connection->Unlock();
if (h323debug) {