summaryrefslogtreecommitdiff
path: root/vxi11_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'vxi11_server.c')
-rw-r--r--vxi11_server.c1
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;
}