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:
Casey Bodley 2011-01-05 12:16:56 -05:00
parent eb60a1ee6d
commit 9c59af4da5
3 changed files with 5 additions and 6 deletions

View file

@ -3056,7 +3056,7 @@ static const op_table_entry g_op_table[] = {
{ encode_op_write, decode_op_write }, /* OP_WRITE = 38 */
{ NULL, NULL }, /* OP_RELEASE_LOCKOWNER = 39 */
{ NULL, NULL }, /* OP_BACKCHANNEL_CTL = 40 */
{ NULL, NULL }, /* OP_BIND_CONN_TO_SESSION = 41 */
{ encode_op_bind_conn_to_session, decode_op_bind_conn_to_session }, /* OP_BIND_CONN_TO_SESSION = 41 */
{ encode_op_exchange_id, decode_op_exchange_id }, /* OP_EXCHANGE_ID = 42 */
{ encode_op_create_session, decode_op_create_session }, /* OP_CREATE_SESSION = 43 */
{ encode_op_destroy_session, decode_op_destroy_session }, /* OP_DESTROY_SESSION = 44 */