1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 02:43:13 +02:00

Fixed some issues with reconnecting if we disconnect from the uplink

This commit is contained in:
Adam
2010-08-01 20:05:52 -04:00
parent e8d6524411
commit 90976b6672
9 changed files with 53 additions and 34 deletions
+1 -1
View File
@@ -700,7 +700,7 @@ int anope_event_burst(const Anope::string &source, int ac, const char **av)
* server finished bursting. -GD
*/
if (!s)
s = Me->GetUplink();
s = Me->GetLinks().front();
if (s)
s->Sync(true);
}