/[mailutils]/mailutils/pop3d/extra.c
ViewVC logotype

Diff of /mailutils/pop3d/extra.c

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

revision 1.25 by gray, Sun Jan 26 13:47:02 2003 UTC revision 1.26 by gray, Fri Jan 31 15:03:01 2003 UTC
# Line 251  pop3d_readline (char *buffer, size_t siz Line 251  pop3d_readline (char *buffer, size_t siz
251    
252        if (stream_strerror (ostream, &p))        if (stream_strerror (ostream, &p))
253          p = strerror (errno);          p = strerror (errno);
254        syslog (LOG_ERR, _("write failed: %s"), p);        syslog (LOG_ERR, _("read failed: %s"), p);
255          pop3d_abquit (ERR_NO_OFILE);
256        }
257      else if (nbytes == 0)
258        {
259          syslog (LOG_ERR, _("unexpected eof on input"));
260        pop3d_abquit (ERR_NO_OFILE);        pop3d_abquit (ERR_NO_OFILE);
261      }      }
262    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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