A missing colon to RPL_MAP recently split (#131)
This commit is contained in:
parent
df4fead0f2
commit
a03871c657
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ scache_send_missing(struct Client *source_p)
|
||||||
RB_RADIXTREE_FOREACH(scache_ptr, &iter, scache_tree)
|
RB_RADIXTREE_FOREACH(scache_ptr, &iter, scache_tree)
|
||||||
{
|
{
|
||||||
if (!(scache_ptr->flags & SC_ONLINE) && scache_ptr->last_split > rb_current_time() - MISSING_TIMEOUT)
|
if (!(scache_ptr->flags & SC_ONLINE) && scache_ptr->last_split > rb_current_time() - MISSING_TIMEOUT)
|
||||||
sendto_one_numeric(source_p, RPL_MAP, "** %s (recently split)",
|
sendto_one_numeric(source_p, RPL_MAP, ":** %s (recently split)",
|
||||||
scache_ptr->name);
|
scache_ptr->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue