aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/support.c
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 21:06:54 -0800
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:51:58 -0800
commit3a4dfe474b63e2133aa190862149646eca2e3bda (patch)
treeadd0a0f60e1fecb5b7383fc3edbbc16a91a48a7b /modules/pam_unix/support.c
parent25743de9cb930e134fa533a21ec29fd28c75f26c (diff)
parentf3c0273b7bd2d7fdcac3fe3604cedd82afc57f49 (diff)
downloadpam-3a4dfe474b63e2133aa190862149646eca2e3bda.tar.gz
pam-3a4dfe474b63e2133aa190862149646eca2e3bda.tar.bz2
pam-3a4dfe474b63e2133aa190862149646eca2e3bda.zip
merge upstream version 1.1.3
Diffstat (limited to 'modules/pam_unix/support.c')
-rw-r--r--modules/pam_unix/support.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pam_unix/support.c b/modules/pam_unix/support.c
index 898d1ea5..bddafd4b 100644
--- a/modules/pam_unix/support.c
+++ b/modules/pam_unix/support.c
@@ -353,8 +353,6 @@ int _unix_getpwnam(pam_handle_t *pamh, const char *name,
buflen = sizeof(struct passwd) +
strlen(slogin) + 1 +
strlen(spasswd) + 1 +
- strlen(suid) + 1 +
- strlen(sgid) + 1 +
strlen(sgecos) + 1 +
strlen(shome) + 1 +
strlen(sshell) + 1;