diff options
| author | Jonathan Chen <jon@FreeBSD.org> | 2007-05-17 03:34:33 +0000 |
|---|---|---|
| committer | Jonathan Chen <jon@FreeBSD.org> | 2007-05-17 03:34:33 +0000 |
| commit | 4ea867710589c4d17edd160e525b577fccd035fb (patch) | |
| tree | 7dbbd4e4108922d8b7b8061074d9f1ec51c3c684 /lib | |
| parent | 7a800a56f762f4fc116006ffa9e01b8199be440d (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/rpc/getrpcent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index 2822c767ea8b..abee480b35f5 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -1044,5 +1044,5 @@ endrpcent() { NULL, NULL, NULL } }; - (void)nsdispatch(NULL, dtab, NSDB_SERVICES, "endrpcent", defaultsrc); + (void)nsdispatch(NULL, dtab, NSDB_RPC, "endrpcent", defaultsrc); } |
