mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove extra arguments.
MFC after: 3 days
This commit is contained in:
parent
e7f2ec5364
commit
dec53cdd32
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue