X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=deb2e4a94780c07008170659047098f770984400;hp=bfa0fee1bc291e7a484c6c1636285d31289546a5;hb=4dde583bc91985c3ff19ac1d1f1bc791b50658ff;hpb=66e535a729dd5a9e45600ab74dc19c2b4062ee96 diff --git a/src/conf.c b/src/conf.c index bfa0fee1..deb2e4a9 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9.4.8 2000/08/09 14:02:15 guus Exp $ + $Id: conf.c,v 1.9.4.9 2000/09/06 11:49:03 guus Exp $ */ @@ -214,7 +214,7 @@ read_config_file(const char *fname) cp if((fp = fopen (fname, "r")) == NULL) { - fprintf(stderr, _("Could not open %s: %s\n"), fname, sys_errlist[errno]); + fprintf(stderr, _("Could not open %s: %s\n"), fname, strerror(errno)); return 1; }