cosmetic
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user