Fixed setrlimit() and core dumps. It was disabled for debugging.
commit1553af3012156bc34e36e6d8fa069b84cb89368f
authorBen Kibbey <bjk@luxsci.net>
Thu, 15 Nov 2007 00:36:03 +0000 (14 19:36 -0500)
committerBen Kibbey <bjk@luxsci.net>
Thu, 15 Nov 2007 00:36:03 +0000 (14 19:36 -0500)
treeadf197c41ce18c9cc86ca78c44ab9f64b0fd7f5a
parentcac150b64b33e7b88d350859778f6a48c3175184
Fixed setrlimit() and core dumps. It was disabled for debugging.

Removed libxml memory init stuff from xml_import(). It's already setup
in main().

Call mlockall() after the glib key file parser if configured to.
src/pwmd.c