This commit is contained in:
Jeff Hill
2000-05-31 21:39:54 +00:00
parent 6c9909eea1
commit a1fe981d98
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@ void oldChannel::connectNotify ()
struct connection_handler_args args;
args.chid = this;
args.op = CA_OP_CONN_UP;
(*pCCB) (args);
}
else {
+1 -1
View File
@@ -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;