diff options
-rw-r--r-- | vxi11_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vxi11_server.c b/vxi11_server.c index 79ff9f7..57ec50b 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -333,7 +333,7 @@ device_trigger_1_svc(Device_GenericParms *argp, struct svc_req *rqstp) { result.error = ERR_DEVICELOCKEDBYANOTHERLINK; else { touchlink(argp->lid); - result.error = 0; + result.error = ERR_OPERATIONNOTSUPPORTED; } return &result; } |