DEVEL15-rxbind-typo-fix-20060629
authorChristopher Allen Wing <wingc@engin.umich.edu>
Fri, 30 Jun 2006 01:18:43 +0000 (01:18 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 30 Jun 2006 01:18:43 +0000 (01:18 +0000)
FIXES 34634

kill this obvious typo

(cherry picked from commit bc9f256f1c6d2ac26a0b6bfc15de85de895ecf0b)

src/butc/tcmain.c

index a9b719d..7d9a231 100644 (file)
@@ -1105,7 +1105,7 @@ WorkerBee(as, arock)
     }
 
     service =
-       rx_NewServiceHost, (host, 0, 1, "BUTC", securityObjects, 3, TC_ExecuteRequest);
+       rx_NewServiceHost(host, 0, 1, "BUTC", securityObjects, 3, TC_ExecuteRequest);
     if (!service) {
        TLog(0, "rx_NewService");
        exit(1);