From 0aebbf3eaf6e2b722ff2dc315397cb27fb3f29d0 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 26 Aug 2008 15:35:23 -1000 Subject: Remove references to /tmp/netinfo --- vnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnc.py') diff --git a/vnc.py b/vnc.py index 0d86ed10f..08ed4eceb 100644 --- a/vnc.py +++ b/vnc.py @@ -96,7 +96,7 @@ class VncServer: def initialize(self): """Here is were all the relative vars get initialized. """ - # try to load /tmp/netinfo and see if we can sniff out network info + # see if we can sniff out network info netinfo = network.Network() # Look for the first configured interface and use its IP address for -- cgit