]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-misc-build-fix-20030306
authorDerrick Brashear <shadow@dementia.org>
Thu, 6 Mar 2003 15:04:08 +0000 (15:04 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 6 Mar 2003 15:04:08 +0000 (15:04 +0000)
fix error logging code

src/viced/afsfileprocs.c

index 4d4e0fcb7cd4377ff2c7171e4eed77d4fc94410a..a0e63aed76dceaa45094b92c7ae680ee91921d48 100644 (file)
@@ -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! */