summarylogtreecommitdiffstats
path: root/0002-Disable-endpwent.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-28 10:41:45 -0300
committerGonzalo Exequiel Pedone2024-03-28 10:41:45 -0300
commit1e24ab9f1b689bca9c40c09cb3fc5c2e69a58f9d (patch)
tree779184e8fea10ed43c4d81cf78347b8d5db3d631 /0002-Disable-endpwent.patch
downloadaur-android-x86-libsasl.tar.gz
New package.
Diffstat (limited to '0002-Disable-endpwent.patch')
-rw-r--r--0002-Disable-endpwent.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0002-Disable-endpwent.patch b/0002-Disable-endpwent.patch
new file mode 100644
index 000000000000..53c42665c1c8
--- /dev/null
+++ b/0002-Disable-endpwent.patch
@@ -0,0 +1,10 @@
+--- a/saslauthd/auth_getpwent.c
++++ b/saslauthd/auth_getpwent.c
+@@ -81,7 +81,6 @@
+ errno = 0;
+ pw = getpwnam(login);
+ errnum = errno;
+- endpwent();
+
+ if (pw == NULL) {
+ if (errnum != 0) {