mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Remove extra arguments.
MFC after: 3 days
This commit is contained in:
parent
e7f2ec5364
commit
dec53cdd32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162345
@ -132,8 +132,7 @@ g_eli_ctl_attach(struct gctl_req *req, struct g_class *mp)
|
||||
|
||||
if (*detach && *readonly) {
|
||||
bzero(&md, sizeof(md));
|
||||
gctl_error(req, "Options -d and -r are mutually exclusive.",
|
||||
pp->name, error);
|
||||
gctl_error(req, "Options -d and -r are mutually exclusive.");
|
||||
return;
|
||||
}
|
||||
if (*detach)
|
||||
|
Loading…
Reference in New Issue
Block a user