Changeset 822 for branches/ithildin-1.1/modules/ircd/connection.c
- Timestamp:
- 11/07/08 03:28:26 (4 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/connection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/connection.c
r818 r822 274 274 while (drp != NULL) { 275 275 /* Check each answer.. */ 276 if (drp->type == atype && 277 !strcasecmp(drp->rdata.txt, ip)) 276 if (drp->type == atype && 277 drp->rdlen > 0 && drp->rdata.txt != NULL && 278 !strcasecmp(drp->rdata.txt, ip)) 278 279 break; 279 280 drp = LIST_NEXT(drp, lp);
Note: See TracChangeset
for help on using the changeset viewer.
