[1788] in BarnOwl Developers
[nelhage/barnowl] 08e414: owl_function_buddylist: Don't leave SIGINT masked.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:22:06 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: noreply@github.com
Date: Wed, 14 Oct 2009 11:47:19 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 08e414a275091ab26d928b0d65163ad93ccd9868
http://github.com/nelhage/barnowl/commit/08e414a275091ab26d928b0d65163ad93ccd9868
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-10-14 (Wed, 14 Oct 2009)
Changed paths:
M functions.c
Log Message:
-----------
owl_function_buddylist: Don't leave SIGINT masked.
A stupid mistake in owl_function_buddylist was leaving SIGINT masked
if reading the zephyr buddy list operation succeeded, disabling ^C.