This patch corrects the following: - Fixes a problem in which the xti_discon_ind() function allocates a data buffer for zero-length data. - Fixes a problem with XTI over TCP/IP when tcp_sendspace and tcp_recvspace have been decreased to 1k. When sending 4k data (using t_snd), the call is successful but no data has been sent and no message is returned.