Reviewed-on: http://gerrit.openafs.org/132
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
if (bytes == sizeof(afs_int32))
length = ntohl(length);
else {
+ RX_AFS_GUNLOCK();
code = rx_Error(v->call);
+ code1 = rx_EndCall(v->call, code);
+ v->call = NULL;
+ RX_AFS_GLOCK();
}
}
FillInt64(length64, length_hi, length);
*alength = ntohl(length);
} else {
code = rx_Error(v->call);
+ code1 = rx_EndCall(v->call, code);
+ v->call = NULL;
}
}
#endif /* AFS_64BIT_CLIENT */