0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00

m_remove: Don't use capability_require().

This commit is contained in:
William Pitcock 2012-03-04 17:25:01 -06:00
parent ac37f16a3d
commit c918eb5799

View file

@ -55,7 +55,6 @@ static int
modinit(void)
{
CAP_REMOVE = capability_put(serv_capindex, "REMOVE");
capability_require(serv_capindex, "REMOVE");
return 0;
}