mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Oops, missing argument separator comma
This commit is contained in:
parent
71afe05b9f
commit
e3ade3ccb5
@ -689,7 +689,7 @@ DhcpNameServer
|
|||||||
status = ARES_EOF;
|
status = ARES_EOF;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n"
|
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
|
||||||
errno, strerror(errno)));
|
errno, strerror(errno)));
|
||||||
DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf"));
|
DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf"));
|
||||||
status = ARES_EFILE;
|
status = ARES_EFILE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user