summaryrefslogtreecommitdiff
path: root/nsm-dummy/nsm-consumer-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsm-dummy/nsm-consumer-service.c')
-rw-r--r--nsm-dummy/nsm-consumer-service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nsm-dummy/nsm-consumer-service.c b/nsm-dummy/nsm-consumer-service.c
index 1272758..0cae168 100644
--- a/nsm-dummy/nsm-consumer-service.c
+++ b/nsm-dummy/nsm-consumer-service.c
@@ -412,7 +412,8 @@ nsm_consumer_service_handle_unregister_shutdown_client (NSMConsumer *o
else
{
/* notify the caller that we could not handle the unregister request properly */
- nsm_consumer_complete_un_register_shutdown_client (object, invocation, -1);
+ nsm_consumer_complete_un_register_shutdown_client (object, invocation,
+ NSM_ERROR_STATUS_ERROR);
}
return TRUE;