Oops, missing argument separator comma

pull/1/head
Yang Tse 18 years ago
parent 8c76cf38a7
commit 5dceb6d883
  1. 2
      ares_init.c

@ -689,7 +689,7 @@ DhcpNameServer
status = ARES_EOF;
break;
default:
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n"
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
errno, strerror(errno)));
DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf"));
status = ARES_EFILE;

Loading…
Cancel
Save