mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
endrpcent belongs with rpc name service db, not services.
MFC after: 1 week
This commit is contained in:
parent
7a800a56f7
commit
4ea8677105
1 changed files with 1 additions and 1 deletions
|
|
@ -1044,5 +1044,5 @@ endrpcent()
|
|||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
||||
(void)nsdispatch(NULL, dtab, NSDB_SERVICES, "endrpcent", defaultsrc);
|
||||
(void)nsdispatch(NULL, dtab, NSDB_RPC, "endrpcent", defaultsrc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue