Show More
@@ -418,7 +418,7 b' class Client(HasTraits):' | |||||
418 | location = cfg.setdefault('location', None) |
|
418 | location = cfg.setdefault('location', None) | |
419 |
|
419 | |||
420 | proto,addr = cfg['interface'].split('://') |
|
420 | proto,addr = cfg['interface'].split('://') | |
421 | addr = util.disambiguate_ip_address(addr) |
|
421 | addr = util.disambiguate_ip_address(addr, location) | |
422 | cfg['interface'] = "%s://%s" % (proto, addr) |
|
422 | cfg['interface'] = "%s://%s" % (proto, addr) | |
423 |
|
423 | |||
424 | # turn interface,port into full urls: |
|
424 | # turn interface,port into full urls: |
General Comments 0
You need to be logged in to leave comments.
Login now