commit | b1e967c8d7c7578dd0c172d85b3046cf54ea42ba | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Jul 03 21:22:40 2014 +1000 |
committer | Damien Miller <djm@mindrot.org> | Thu Jul 03 21:22:40 2014 +1000 |
tree | 8f895c2e7399de136573dd2098540c8406cb9f7f | |
parent | 61e28e55c3438d796b02ef878bcd28620d452670 [diff] |
- djm@cvs.openbsd.org 2014/07/03 03:11:03 [ssh-agent.c] Only cleanup agent socket in the main agent process and not in any subprocesses it may have started (e.g. forked askpass). Fixes agent sockets being zapped when askpass processes fatal(); bz#2236 patch from Dmitry V. Levin