diff options
| author | Marcel Telka <marcel@telka.sk> | 2020-07-06 16:52:26 +0200 |
|---|---|---|
| committer | Robert Mustacchi <rm@fingolfin.org> | 2020-07-08 08:16:45 -0700 |
| commit | 1c0fc4547783fdfd7365d5d483e2750915523d44 (patch) | |
| tree | 8fcdaa717404e77978767bf2830a193b42294734 /usr/src/uts/common/rpc | |
| parent | 66373fa702508a0a41753138f0b10f985c7e058d (diff) | |
| download | illumos-joyent-1c0fc4547783fdfd7365d5d483e2750915523d44.tar.gz | |
6089 The comment for svc_callout_find() should be improved
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/uts/common/rpc')
| -rw-r--r-- | usr/src/uts/common/rpc/svc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/rpc/svc.c b/usr/src/uts/common/rpc/svc.c index 9ea26934b5..12cd548af3 100644 --- a/usr/src/uts/common/rpc/svc.c +++ b/usr/src/uts/common/rpc/svc.c @@ -1026,8 +1026,8 @@ svc_xprt_cleanup(SVCMASTERXPRT *xprt, bool_t detached) * table for an entry with a matching RPC program number `prog' * and a version range that covers `vers'. * - if it finds a matching entry it returns pointer to the dispatch routine - * - otherwise it returns NULL and, if `minp' or `maxp' are not NULL, - * fills them with, respectively, lowest version and highest version + * - otherwise it returns NULL and fills both vers_min and vers_max + * with, respectively, lowest version and highest version * supported for the program `prog' */ static SVC_DISPATCH * |
