]> git.ipfire.org Git - thirdparty/util-linux.git/commit
su: (pty) remove unnecessary call
authorKarel Zak <kzak@redhat.com>
Thu, 8 Aug 2019 13:32:13 +0000 (15:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:54 +0000 (13:11 +0200)
commit46737a73328c9d25cf152ccb2cb2c73139cf0629
tree7be929486556347fd0ea4c3a94afca77e8639ac2
parent63869b842f12b12a2c9f3daa16643ca82fa7eb11
su: (pty) remove unnecessary call

The pty code has to save the original signal mask without application
assistance.

Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/su-common.c