Fix typo in _fix_context_pid
authorAntoine Busque <antoinebusque@gmail.com>
Thu, 16 Apr 2015 20:24:34 +0000 (16:24 -0400)
committerAntoine Busque <antoinebusque@gmail.com>
Thu, 16 Apr 2015 20:24:34 +0000 (16:24 -0400)
linuxautomaton/linuxautomaton/io.py

index f7bbb40825b570cdba1e353bb3a142005dfdcf02..834c25d68e5a5ac2427761bd25421530fba9f5eb 100644 (file)
@@ -338,5 +338,5 @@ class IoStateProvider(sp.StateProvider):
                 proc.pid = event['pid']
                 if event['pid'] != proc.tid:
                     proc.pid = event['pid']
-                    parent_proc = sv.Process(proc.pid, proc.proc, proc.comm)
+                    parent_proc = sv.Process(proc.pid, proc.pid, proc.comm)
                     self._state.tids[parent_proc.pid] = parent_proc
This page took 0.025678 seconds and 5 git commands to generate.