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
This commit is contained in:
parent
ca2edebb92
commit
c7846853d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user