/[inetutils]/inetutils/ftpd/conf.c
ViewVC logotype

Diff of /inetutils/ftpd/conf.c

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

revision 1.3 by alainm, Wed Aug 23 02:52:20 2000 UTC revision 1.4 by gray, Tue Oct 11 11:16:13 2005 UTC
# Line 24  display_file (const char *name, int code Line 24  display_file (const char *name, int code
24              *cp = '\0';              *cp = '\0';
25            lreply (code, "%s", line);            lreply (code, "%s", line);
26          }          }
27        (void) fflush (stdout);        fflush (stdout);
28        (void) fclose (fp);        fclose (fp);
29        return 0;        return 0;
30      }      }
31    return errno;    return errno;
# Line 58  checkuser (const char *filename, const c Line 58  checkuser (const char *filename, const c
58                  }                  }
59              }              }
60          }          }
61        (void) fclose (fp);        fclose (fp);
62      }      }
63    return (found);    return (found);
64  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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