diff options
author | daniel <danieruru@gmail.com> | 2013-01-10 14:59:36 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-10 14:59:36 +0900 |
commit | 7f6453d0778108eed02ea0ff7a87fea3a4b6b34d (patch) | |
tree | b736c8ec5db2d336fddef752658f737c32002895 /vxi11_server.c | |
parent | 1b91b096d164b5524a45b2585269109fd000fd40 (diff) |
add support for the abort channel on the client side
Diffstat (limited to 'vxi11_server.c')
-rw-r--r-- | vxi11_server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vxi11_server.c b/vxi11_server.c index ec2eb95..d5b973d 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -62,6 +62,7 @@ create_link_1_svc(Create_LinkParms *argp, struct svc_req *rqstp) { static Create_LinkResp result; globals.Remote.vxi_connections++; result.error = 0; + result.abortPort = 1234; return &result; } |