X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fconnection.c;h=1ed62295c2964dbad585be45724bf6216da93a4c;hb=4f3cae465927f5127f9c8b637cf7b07908f566d3;hp=9381b53fc8374d0975b8309a9730076ff61566ae;hpb=1a2a50644bf545c2c51e342ddde54361adbaf732;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index 9381b53..1ed6229 100644 --- a/src/connection.c +++ b/src/connection.c @@ -421,7 +421,6 @@ static int connection_connect(struct connection *con, iochan_man_t iochan_man) iochan_setdata(con->iochan, con); iochan_add(iochan_man, con->iochan); - /* this fragment is bad DRY: from client_prep_connection */ client_set_state(con->client, Client_Connecting); ZOOM_options_destroy(zoptions); return 0;