173 |
|
|
174 |
|
if ((t = parse_netmask(dlhost, NULL, &bits)) == HM_HOST) |
175 |
|
{ |
176 |
< |
if ((target_p = find_chasing(source_p, dlhost, NULL)) == NULL) |
176 |
> |
if ((target_p = find_chasing(source_p, dlhost)) == NULL) |
177 |
|
return 0; |
178 |
|
|
179 |
|
if (!MyConnect(target_p)) |
288 |
|
|
289 |
|
if ((t = parse_netmask(dlhost, NULL, &bits)) == HM_HOST) |
290 |
|
{ |
291 |
< |
if ((target_p = find_chasing(source_p, dlhost, NULL)) == NULL) |
291 |
> |
if ((target_p = find_chasing(source_p, dlhost)) == NULL) |
292 |
|
return 0; |
293 |
|
|
294 |
|
if (!MyConnect(target_p)) |