m_remove: Don't use capability_require().
This commit is contained in:
parent
ac37f16a3d
commit
c918eb5799
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ static int
|
||||||
modinit(void)
|
modinit(void)
|
||||||
{
|
{
|
||||||
CAP_REMOVE = capability_put(serv_capindex, "REMOVE");
|
CAP_REMOVE = capability_put(serv_capindex, "REMOVE");
|
||||||
capability_require(serv_capindex, "REMOVE");
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue