Mercurial > pidgin
changeset 3639:1607fa5f3c1e
[gaim-migrate @ 3762]
This should be a little happier
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 11 Oct 2002 04:44:57 +0000 |
parents | d26752101ae4 |
children | 1c39909fb476 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Fri Oct 11 04:41:44 2002 +0000 +++ b/src/protocols/oscar/oscar.c Fri Oct 11 04:44:57 2002 +0000 @@ -1591,7 +1591,7 @@ * -- wtm */ struct sigaction act; act.sa_handler = oscar_sendfile_timeout; - act.sa_flags = SA_ONESHOT; + act.sa_flags = SA_RESETHAND; sigemptyset (&act.sa_mask); sigaction(SIGALRM, &act, NULL); alarm(OFT_TIMEOUT);