diff --git a/src/ca/oldChannel.cpp b/src/ca/oldChannel.cpp index e7da888f4..ec6ca446e 100644 --- a/src/ca/oldChannel.cpp +++ b/src/ca/oldChannel.cpp @@ -93,6 +93,7 @@ void oldChannel::connectNotify () struct connection_handler_args args; args.chid = this; args.op = CA_OP_CONN_UP; + (*pCCB) (args); } else { diff --git a/src/ca/udpiiu.cpp b/src/ca/udpiiu.cpp index 9f0405fa6..d8dfeb267 100644 --- a/src/ca/udpiiu.cpp +++ b/src/ca/udpiiu.cpp @@ -513,7 +513,7 @@ udpiiu::udpiiu (cac *pcac) : * repeater's port) */ osptr = osiSpawnDetachedProcess ("CA Repeater", "caRepeater"); - if (osptr==osiSpawnDetachedProcessNoSupport) { + if ( osptr == osiSpawnDetachedProcessNoSupport ) { unsigned priorityOfSelf = threadGetPrioritySelf (); unsigned priorityOfRepeater; threadId tid;