Bug fix for the rewritten spawn_filter function.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 17 Aug 2007 15:08:11 +0000 (08:08 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 17 Aug 2007 15:08:11 +0000 (08:08 -0700)
commit79c9c740d9b78e357dd66cb9a4b77d03a5076f3b
treeb7cb6afe9ef1458f9924c6c1fd963c06594e11d9
parent977ee3e11dfea651ed87d92c001067158b7c2ba8
Bug fix for the rewritten spawn_filter function.

We were accidentally using the wrong variable (filter_pid instead of pid)
when looking at the result of a fork call, with the result that both
processes thought they were the parent.
store.cc