diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/rpc-lib/src/rpcsvc.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/rpcsvc.c b/rpc/rpc-lib/src/rpcsvc.c index 205ef1a9de8..7cb89db0946 100644 --- a/rpc/rpc-lib/src/rpcsvc.c +++ b/rpc/rpc-lib/src/rpcsvc.c @@ -1754,6 +1754,7 @@ sendrsp:                  ret = RPCSVC_ACTOR_ERROR;          } else {                  rpcsvc_submit_generic (req, &iov, 1, NULL, 0, NULL); +                ret = 0;          }          free_prog_details (&rsp);  | 
