summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/irs/lcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/irs/lcl.c')
-rw-r--r--contrib/bind/lib/irs/lcl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/lib/irs/lcl.c b/contrib/bind/lib/irs/lcl.c
index 46c7743..16e167f 100644
--- a/contrib/bind/lib/irs/lcl.c
+++ b/contrib/bind/lib/irs/lcl.c
@@ -16,7 +16,7 @@
*/
#if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: lcl.c,v 1.15 1999/10/13 16:39:32 vixie Exp $";
+static const char rcsid[] = "$Id: lcl.c,v 1.16 2000/02/28 07:52:16 vixie Exp $";
#endif
/* Imports */
@@ -104,7 +104,7 @@ lcl_res_get(struct irs_acc *this) {
lcl_res_set(this, res, free);
}
- if ((lcl->res->options | RES_INIT) == 0 &&
+ if ((lcl->res->options & RES_INIT) == 0 &&
res_ninit(lcl->res) < 0)
return (NULL);
OpenPOWER on IntegriCloud