Add missing argument.
This commit is contained in:
parent
7e85c099fc
commit
28129f07e4
@ -211,7 +211,7 @@ g_label_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
|
||||
g_attach(cp, pp);
|
||||
error = g_access(cp, 1, 0, 0);
|
||||
if (error != 0) {
|
||||
g_wither_geom(gp);
|
||||
g_wither_geom(gp, ENXIO);
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user