Don't treat a setrlimit failure as fatal.
commit68ca6d2e1971372617f920e71a4a51e16900095e
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Jan 2018 18:20:37 +0000 (4 13:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Jan 2018 18:21:29 +0000 (4 13:21 -0500)
treeda2fe4cb36afdd3ff3384cdd5236922b6ab59e77
parentc9b3f6352f68a03b5380db0e459a8cd6407c5603
Don't treat a setrlimit failure as fatal.

Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we
started doing setrlimit() in the first place.
changes/bug21074_downgrade [new file with mode: 0644]
src/common/compat.c