Don't unbind succesful trusting clients twice.

Complements commit 60122ef160.
This commit is contained in:
Arnaud Cornet 2018-12-24 16:58:59 -05:00
parent 60122ef160
commit 0044826084
1 changed files with 0 additions and 1 deletions

View File

@ -1613,7 +1613,6 @@ int adm_trust(struct link_client *ic, struct line *line)
"connecting your client again.\r\n");
LINK(ic)->recon_timer = 1; /* Speed up reconnection... */
unbind_from_link(ic);
return OK_CLOSE;
}
return OK_FORGET;