aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-02 14:59:07 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-02 15:01:39 +0000
commitc7846853d3509529f32286901e65474dd5b6bcc9 (patch)
tree3ba2a2508743bd82a3ad8f1731e6a5a05c37aa91
parentca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0 (diff)
downloadsrc-c7846853d3509529f32286901e65474dd5b6bcc9.tar.gz
src-c7846853d3509529f32286901e65474dd5b6bcc9.zip
rpc.yppasswdd: Remove useless return at the end of void function
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/656
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
index 56c8defc3ba7..8089dac2a6ea 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
@@ -135,8 +135,6 @@ copy_yp_pass(char *p, int x, int m)
yp_password.pw_fields |= _PWF_DIR;
EXPAND(yp_password.pw_shell);
yp_password.pw_fields |= _PWF_SHELL;
-
- return;
}
static int