summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-27 04:11:55 +1000
committerDamien Miller <djm@mindrot.org>2014-08-27 04:11:55 +1000
commit146218ac11a1eb0dcade6f793d7acdef163b5ddc (patch)
tree12ce651173bcc56b6ebc7ac3caf4c9fb9a56f2ab /sshd.c
parent1b215c098b3b37e38aa4e4c91bb908eee41183b1 (diff)
- (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth
monitor, not preauth; bz#2263
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sshd.c b/sshd.c
index 834240d3c..481d00155 100644
--- a/sshd.c
+++ b/sshd.c
@@ -647,10 +647,6 @@ privsep_preauth_child(void)
647 fatal("setgroups: %.100s", strerror(errno)); 647 fatal("setgroups: %.100s", strerror(errno));
648 permanently_set_uid(privsep_pw); 648 permanently_set_uid(privsep_pw);
649#endif 649#endif
650
651#ifdef SIGXFSZ
652 signal(SIGXFSZ, SIG_IGN);
653#endif
654} 650}
655 651
656static int 652static int