summarylogtreecommitdiffstats
path: root/0006-Remove-endpwent.patch
blob: 178e655db7716fe6f9f763351772544149a51b8c (plain)
1
2
3
4
5
6
7
8
9
10
--- a/mysys/mf_pack.c
+++ b/mysys/mf_pack.c
@@ -382,7 +382,6 @@
     save= *str; *str= '\0';
     user_entry=getpwnam(*path);
     *str=save;
-    endpwent();
     if (user_entry)
     {
       *path=str;