Skip to content
Snippets Groups Projects
Commit 1d4257e7 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix missing decorator for tun_setup handler

parent 283351d9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment