STABLE12-misc-build-fix-20030306

fix error logging code
This commit is contained in:
Derrick Brashear 2003-03-06 15:04:08 +00:00
parent 303a667a20
commit 1f068c5508

View 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! */