Skip to content

Commit

Permalink
Merge pull request #2285 from project-hatohol/16.04_releng/fix-tls
Browse files Browse the repository at this point in the history
[hap2][tls] Add Sender
  • Loading branch information
kz0817 committed May 10, 2016
2 parents 64ff1aa + a21805e commit adf9540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/hap2/hatohol/standardhap.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ def __run(self, args):
"status_log_interval": args.status_log_interval,
"polling_targets": args.polling_targets,
}
poller_sender = haplib.Sender(transporter_args)
self.__poller = self.__create_poller(
self.__main_plugin.get_sender(),
poller_sender,
self.__main_plugin.get_dispatcher(),
**kwargs)

Expand Down

0 comments on commit adf9540

Please sign in to comment.