X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.c;h=40a488a5e4a64a22e89da5ea4d7b06fe7dde6e33;hb=8555b7bbd98c4113ab633c5b555110b029e3215d;hp=b9fbf582b5b52a7699570eaf608a6e4fda25f40f;hpb=7132fe3b1612c153f3638d1f9664ba9eab9063d6;p=apps%2Fmadmutt.git diff --git a/init.c b/init.c index b9fbf58..40a488a 100644 --- a/init.c +++ b/init.c @@ -2290,6 +2290,7 @@ void mutt_init (int skip_sys_rc, LIST * commands) Realname = str_dup (mutt_gecos_name (rnbuf, sizeof (rnbuf), pw)); Shell = str_dup (pw->pw_shell); + endpwent (); } else { if (!Homedir) {