From: Derrick Brashear Date: Thu, 6 Mar 2003 15:04:08 +0000 (+0000) Subject: STABLE12-misc-build-fix-20030306 X-Git-Tag: openafs-stable-1_2_9~47 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1f068c55085d15ab5f311bb0d775f9fad8e103aa;p=packages%2Fo%2Fopenafs.git STABLE12-misc-build-fix-20030306 fix error logging code --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 4d4e0fcb7..a0e63aed7 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -266,13 +266,14 @@ static SetVolumeSync(async, avol) static CallPreamble(acall, activecall) register struct rx_call **acall; int activecall; - { struct host *thost; struct rx_connection *tconn; struct client *tclient; int retry_flag=1; int code = 0; + char hoststr[16]; + tconn = rx_ConnectionOf(*acall); *acall = (struct rx_call *)tconn; /* change it! */