summarylogtreecommitdiffstats
path: root/0002-Remove-setpwent.patch
blob: df7da56b814dc78015b1ac89909fac154bea78b2 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/extra/readline/complete.c
+++ b/extra/readline/complete.c
@@ -1855,7 +1855,6 @@
 #if defined (HAVE_GETPWENT)
       namelen = strlen (username);
 #endif
-      setpwent ();
     }
 
 #if defined (HAVE_GETPWENT)