projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c76cf3
)
Oops, missing argument separator comma
author
Yang Tse
<yangsita@gmail.com>
Wed, 14 Feb 2007 17:38:41 +0000
(17:38 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Wed, 14 Feb 2007 17:38:41 +0000
(17:38 +0000)
ares_init.c
patch
|
blob
|
history
diff --git
a/ares_init.c
b/ares_init.c
index 1ca835e6d887dc2d0e33b8a867a13aab0e9e1946..b0fa50f2b257feae683881c082c0c99ea07f1826 100644
(file)
--- a/
ares_init.c
+++ b/
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;