X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/da0c436d3a55f470f990f9cba4fffd6590478844..574bfc14685e7a08572ff03e1547f62a370777d6:/src/opserv.c diff --git a/src/opserv.c b/src/opserv.c index ffdc35d..3481b48 100644 --- a/src/opserv.c +++ b/src/opserv.c @@ -3112,6 +3112,9 @@ routing_handle_connect_failure(struct server *source, char *server, char *messag activate_routing(NULL, NULL, NULL); /* attempt to link it again. */ routing_connect_one(opserv_route, server); + /* TODO: reconnect any missing servers who + * normally connect to server, using their backups. + * Probably should just issue a reroute C here. */ } } }