diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/klm/nlm_rpc_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/klm/nlm_rpc_handle.c b/usr/src/uts/common/klm/nlm_rpc_handle.c index 611c4b5b2d..9ddf56856c 100644 --- a/usr/src/uts/common/klm/nlm_rpc_handle.c +++ b/usr/src/uts/common/klm/nlm_rpc_handle.c @@ -150,7 +150,7 @@ refresh_nlm_rpc(struct nlm_host *hostp, nlm_rpc_t *rpcp) * on. */ if (clnt_control(rpcp->nr_handle, CLSET_NODELAYONERR, - (char *)&clset)) { + (char *)&clset) == FALSE) { NLM_ERR("Unable to set CLSET_NODELAYONERR\n"); } } else { |