Don't unbind succesful trusting clients twice.
Complements commit 60122ef160bc2bacbd78f7907390a6743bc0c64d.
This commit is contained in:
parent
60122ef160
commit
0044826084
@ -1613,7 +1613,6 @@ int adm_trust(struct link_client *ic, struct line *line)
|
|||||||
"connecting your client again.\r\n");
|
"connecting your client again.\r\n");
|
||||||
|
|
||||||
LINK(ic)->recon_timer = 1; /* Speed up reconnection... */
|
LINK(ic)->recon_timer = 1; /* Speed up reconnection... */
|
||||||
unbind_from_link(ic);
|
|
||||||
return OK_CLOSE;
|
return OK_CLOSE;
|
||||||
}
|
}
|
||||||
return OK_FORGET;
|
return OK_FORGET;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user