From: Christopher Allen Wing Date: Fri, 30 Jun 2006 01:18:43 +0000 (+0000) Subject: DEVEL15-rxbind-typo-fix-20060629 X-Git-Tag: openafs-devel-1_5_3~22 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c268e0f038f0b9c62c3d07e438c512bf25efa9cc;p=packages%2Fo%2Fopenafs.git DEVEL15-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);