Mercurial > pidgin
diff plugins/gaim-remote/remote.c @ 7617:a83aaf250284
[gaim-migrate @ 8241]
gaim-remote was the culprit ... Nathan and Luke found this at virtually
the same time. Good job, guys.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 23 Nov 2003 23:32:42 +0000 |
parents | 414c701ef1ff |
children | ea2d07ad05a9 |
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c Sun Nov 23 22:55:41 2003 +0000 +++ b/plugins/gaim-remote/remote.c Sun Nov 23 23:32:42 2003 +0000 @@ -650,6 +650,7 @@ g_log(NULL, G_LOG_LEVEL_CRITICAL, "Failed to assign %s to a socket (Error: %s)", saddr.sun_path, strerror(errno)); + umask(m); return -1; } umask(m);