Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 31 Oct 1999 13:30:58 -0600 (CST)
guy         1999/10/31 13:30:56 CST

  Modified files:
    wiretap              file.c 
  Log:
  The answer to the question "why pass err to open_routines[i]() if err is
  overwritten here?" is probably "because I was cutting-and-pasting text
  to insert the error-handling code, and didn't remove the "*err = errno"
  from that particular case.  Remove it now.
  
  Revision  Changes    Path
  1.28      +1 -4      ethereal/wiretap/file.c