From: Christopher Allen Wing Date: Fri, 30 Jun 2006 01:20:10 +0000 (+0000) Subject: STABLE14-rxbind-typo-fix-20060629 X-Git-Tag: openafs-stable-1_4_2-beta2~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=40d4cb36d95318672bda2c407bf38d0d0670e90b;p=packages%2Fo%2Fopenafs.git STABLE14-rxbind-typo-fix-20060629 FIXES 34634 kill this obvious typo (cherry picked from commit bc9f256f1c6d2ac26a0b6bfc15de85de895ecf0b) --- diff --git a/src/butc/tcmain.c b/src/butc/tcmain.c index a9b719db5..7d9a23158 100644 --- a/src/butc/tcmain.c +++ b/src/butc/tcmain.c @@ -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);