From 0df34d6f1b4bf63a21bbc3a2145c15368739650c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 10 Jan 2013 15:02:11 +0100 Subject: [PATCH] Get arm running on FreeBSD again Stem's get_bsd_jail_id() takes the torPid as argument and while 8dbea0fa prepared for this, the last step was missing. --- src/util/torTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/torTools.py b/src/util/torTools.py index d82e7cd..c050ea6 100644 --- a/src/util/torTools.py +++ b/src/util/torTools.py @@ -1664,7 +1664,7 @@ class Controller: # thanks to Fabian Keil!) if not prefixPath and os.uname()[0] == "FreeBSD": torPid = getConn().getMyPid() - jid = system.get_bsd_jail_id() + jid = system.get_bsd_jail_id(torPid) if jid != 0: # Output should be something like: # JID IP Address Hostname Path -- 1.8.1