projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2a506
)
Remove obsolete comment
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Nov 2011 08:58:31 +0000
(09:58 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Nov 2011 08:58:31 +0000
(09:58 +0100)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index
9381b53
..
1ed6229
100644
(file)
--- 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;