projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72dbc30
)
(read_config_file): Fix typo.
author
drepper
<drepper>
Mon, 25 May 1998 08:40:13 +0000
(08:40 +0000)
committer
drepper
<drepper>
Mon, 25 May 1998 08:40:13 +0000
(08:40 +0000)
hesiod/hesiod.c
patch
|
blob
|
history
diff --git
a/hesiod/hesiod.c
b/hesiod/hesiod.c
index
ffae611
..
998802d
100644
(file)
--- a/
hesiod/hesiod.c
+++ b/
hesiod/hesiod.c
@@
-255,7
+255,7
@@
read_config_file (struct hesiod_p *ctx, const char *filename)
/* Try to open the configuration file. */
fp = fopen (filename, "r");
- if (fp = NULL)
+ if (fp =
=
NULL)
{
/* Use compiled in default domain names. */
ctx->lhs = malloc (strlen (DEF_LHS) + 1);