--- lib/loadhosts.c 2008/03/02 12:12:50 1.76 +++ lib/loadhosts.c 2008/03/19 23:04:15 @@ -396,9 +396,9 @@ rbtKeyValue(rbhosts, hosthandle, &k1, &k2); result = (namelist_t *)k2; - } - if ((result->notbefore > now) || (result->notafter < now)) return NULL; + if ((result->notbefore > now) || (result->notafter < now)) return NULL; + } return result; }