fixes for bind_conn_to_session()
fixes for xdr encoding of bind_conn_to_session, after testing against linux server Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
eb60a1ee6d
commit
9c59af4da5
3 changed files with 5 additions and 6 deletions
|
|
@ -68,10 +68,11 @@ void compound_add_op(
|
|||
void *res)
|
||||
{
|
||||
const uint32_t i = compound->args.argarray_count++;
|
||||
const uint32_t j = compound->res.resarray_count++;
|
||||
compound->args.argarray[i].op = opnum;
|
||||
compound->args.argarray[i].arg = arg;
|
||||
|
||||
compound->res.resarray[compound->res.resarray_count++].res = res;
|
||||
compound->res.resarray[j].op = opnum;
|
||||
compound->res.resarray[j].res = res;
|
||||
}
|
||||
|
||||
/* Due to the possibility of replays, we might get a response to a different
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue