From 1f068c55085d15ab5f311bb0d775f9fad8e103aa Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 6 Mar 2003 15:04:08 +0000 Subject: [PATCH] STABLE12-misc-build-fix-20030306 fix error logging code --- src/viced/afsfileprocs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 4d4e0fcb7c..a0e63aed76 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! */