netrender: bugfix by matd on irc. unbound var when broadcast is off

This commit is contained in:
Martin Poirier 2009-10-08 15:02:01 +00:00
parent b8354a2da8
commit 248de36c63

@ -744,7 +744,7 @@ def runMaster(address, broadcast, path, update_stats, test_break):
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
start_time = time.time()
start_time = time.time()
while not test_break():
httpd.handle_request()