457 |
|
|
458 |
|
attach_conf(client_p, server_conf); |
459 |
|
|
460 |
– |
/* Now find all leaf or hub config items for this server */ |
461 |
– |
DLINK_FOREACH(ptr, hub_items.head) |
462 |
– |
{ |
463 |
– |
conf = ptr->data; |
464 |
– |
|
465 |
– |
if (!match(name, conf->name)) |
466 |
– |
continue; |
467 |
– |
attach_conf(client_p, conf); |
468 |
– |
} |
469 |
– |
|
470 |
– |
DLINK_FOREACH(ptr, leaf_items.head) |
471 |
– |
{ |
472 |
– |
conf = ptr->data; |
473 |
– |
|
474 |
– |
if (!match(name, conf->name)) |
475 |
– |
continue; |
476 |
– |
attach_conf(client_p, conf); |
477 |
– |
} |
478 |
– |
|
460 |
|
server_aconf = map_to_conf(server_conf); |
461 |
|
|
462 |
|
if (!IsConfTopicBurst(server_aconf)) |