Commit 1d4257e7 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix missing decorator for tun_setup handler

parent 283351d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -511,6 +511,7 @@ class Handler(HostHandler):
        return dict(id=job.id, log='', checksum=job.checksum)

    @threadless
    @rpc_handler
    def tun_setup(self, local=True):
        """Set up local tunnel and listen on a random port.