[nanny] Add localhost to pyro conf



commit 3d79ee00b991c16189bb98d1b42a5d9e52f476c0
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Fri Sep 17 15:59:59 2010 +0200

    Add localhost to pyro conf

 daemon/src/NannyPyroBus.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/daemon/src/NannyPyroBus.py b/daemon/src/NannyPyroBus.py
index 25a09e2..0ee5bfb 100644
--- a/daemon/src/NannyPyroBus.py
+++ b/daemon/src/NannyPyroBus.py
@@ -174,6 +174,7 @@ class OrgGnomeNannyWebDatabase(Pyro.core.ObjBase):
 def inThread(quarterback):
     Pyro.core.initServer()
     daemon=Pyro.core.Daemon()
+    daemon.host = "localhost"
 
     uries = []
     uries.append(daemon.connect(OrgGnomeNanny(quarterback),"org.gnome.Nanny"))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]