mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
STABLE12-misc-build-fix-20030306
fix error logging code
This commit is contained in:
parent
303a667a20
commit
1f068c5508
@ -266,13 +266,14 @@ static SetVolumeSync(async, avol)
|
|||||||
static CallPreamble(acall, activecall)
|
static CallPreamble(acall, activecall)
|
||||||
register struct rx_call **acall;
|
register struct rx_call **acall;
|
||||||
int activecall;
|
int activecall;
|
||||||
|
|
||||||
{
|
{
|
||||||
struct host *thost;
|
struct host *thost;
|
||||||
struct rx_connection *tconn;
|
struct rx_connection *tconn;
|
||||||
struct client *tclient;
|
struct client *tclient;
|
||||||
int retry_flag=1;
|
int retry_flag=1;
|
||||||
int code = 0;
|
int code = 0;
|
||||||
|
char hoststr[16];
|
||||||
|
|
||||||
tconn = rx_ConnectionOf(*acall);
|
tconn = rx_ConnectionOf(*acall);
|
||||||
*acall = (struct rx_call *)tconn; /* change it! */
|
*acall = (struct rx_call *)tconn; /* change it! */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user