/[mailutils]/mailutils/mailbox/smtp.c
ViewVC logotype

Diff of /mailutils/mailbox/smtp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by sroberts, Tue Dec 18 03:07:23 2001 UTC revision 1.19 by gray, Tue Feb 19 17:06:49 2002 UTC
# Line 621  get_from (message_t msg, char *localhost Line 621  get_from (message_t msg, char *localhost
621    /* If it's not in the header create one form the passwd.  */    /* If it's not in the header create one form the passwd.  */
622    if (status != 0 || size == 0)    if (status != 0 || size == 0)
623      {      {
624        struct passwd *pwd = getpwuid (getuid ());        struct passwd *pwd = mu_getpwuid (getuid ());
625        /* Not in the passwd ???? We have a problem.  */        /* Not in the passwd ???? We have a problem.  */
626        if (pwd == 0 || pwd->pw_name == NULL)        if (pwd == 0 || pwd->pw_name == NULL)
627          {          {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26