diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-26 07:17:19 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-26 07:17:19 +0000 |
commit | a1f80258ebd90659a76bec0da3db9a1cff2f19bf (patch) | |
tree | 58c578d1f5a84acb9535b8fc95abe2637662f30f /contrib/bind/lib/irs/lcl.c | |
parent | 3664462f40b554812efa0ee39af44bb18ab65b8c (diff) |
Notes
Diffstat (limited to 'contrib/bind/lib/irs/lcl.c')
-rw-r--r-- | contrib/bind/lib/irs/lcl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/lib/irs/lcl.c b/contrib/bind/lib/irs/lcl.c index 46c7743259b91..16e167f23169d 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); |