cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
275 stars 80 forks source link

Make writing the PID work correctly with forking and user:group change #57

Closed jgrahamc closed 10 years ago

PiotrSikora commented 10 years ago

You should also test for the error case, i.e. fork() == -1.

PiotrSikora commented 10 years ago

Looks good, thanks.