mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
Standardize 2 error messages: start with lowercase letter.
This commit is contained in:
parent
28935658c4
commit
dab342e9ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140346
@ -354,7 +354,7 @@ ncp_li_arg(struct ncp_conn_loginfo *li, int opt, char *arg) {
|
||||
if (gr) {
|
||||
li->group = gr->gr_gid;
|
||||
} else
|
||||
ncp_error("Invalid group name %s, ignored",
|
||||
ncp_error("invalid group name %s, ignored",
|
||||
0, cp);
|
||||
}
|
||||
}
|
||||
@ -363,7 +363,7 @@ ncp_li_arg(struct ncp_conn_loginfo *li, int opt, char *arg) {
|
||||
if (pw) {
|
||||
li->owner = pw->pw_uid;
|
||||
} else
|
||||
ncp_error("Invalid user name %s, ignored", 0, p);
|
||||
ncp_error("invalid user name %s, ignored", 0, p);
|
||||
}
|
||||
endpwent();
|
||||
free(p);
|
||||
|
Loading…
Reference in New Issue
Block a user