Fix external password support (esp. on OS X)
commit15a6e84f8e6193f383d827b4effa6e4948112a12
authorMikael Berthe <mikael@lilotux.net>
Tue, 22 Sep 2015 19:30:00 +0000 (22 21:30 +0200)
committerMikael Berthe <mikael@lilotux.net>
Tue, 22 Sep 2015 19:30:00 +0000 (22 21:30 +0200)
treee934bb8e1d3755317bbc84a55fd5fb4244410ff2
parentb105e50c41db8cc8105d9ea70b368ec1373833ac
Fix external password support (esp. on OS X)
pclose() can return -1 and set errno to ECHILD if the process has already
terminated.
Thanks to languitar for the report and troubleshooting.
mcabber/mcabber/main.c