libs/core: mark relay protocol as floating

This commit is contained in:
Jo-Philipp Wich 2011-10-10 18:50:42 +00:00
parent 2337ee9206
commit be9f5d6872

View file

@ -41,7 +41,7 @@ function proto.is_installed(self)
end
function proto.is_floating(self)
return false
return true
end
function proto.is_virtual(self)