send-blocking: don't create Transit unless we need it

This commit is contained in:
Brian Warner 2016-02-17 18:56:58 -08:00
parent dba42aff01
commit 142f3fc154

View File

@ -17,6 +17,7 @@ def send_blocking(args):
print(u"On the other computer, please run: %s" % other_cmd,
file=args.stdout)
if fd_to_send is not None:
transit_sender = TransitSender(args.transit_helper)
transit_data = {
"direct_connection_hints": transit_sender.get_direct_hints(),