summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 86d22936c..3653cc710 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1909,7 +1909,7 @@ void handle_H(char token,char* params,serverrec* source,serverrec* reply, char*
{
log(DEBUG,"Adding ULined server %s to my map",params);
ircd_connector s;
- s.SetState(STATE_DISCONNECTED);
+ s.SetState(STATE_SERVICES);
s.SetServerName(params);
for (int j = 0; j < 32; j++)