chiark / gitweb /
fixes
[hippotat.git] / hippotat / __init__.py
index 8694e978a436efc06effbbb5b4e3b81c5868d06f..67991b08e8be31eb04fd7b3375cd73196f176211 100644 (file)
@@ -166,7 +166,8 @@ def start_ipif(command, router):
   ipif = _IpifProcessProtocol(router)
   reactor.spawnProcess(ipif,
                        '/bin/sh',['sh','-xc', command],
-                       childFDs={0:'w', 1:'r', 2:2})
+                       childFDs={0:'w', 1:'r', 2:2},
+                       env=None)
 
 def queue_inbound(packet):
   ipif.transport.write(slip.delimiter)