projects
/
remotetop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3847745
)
Apply changes of TC_ServerConnect
author
teodor
<teodor>
Thu, 30 Sep 2004 13:42:17 +0000
(13:42 +0000)
committer
teodor
<teodor>
Thu, 30 Sep 2004 13:42:17 +0000
(13:42 +0000)
td_lmsg.c
patch
|
blob
|
history
diff --git
a/td_lmsg.c
b/td_lmsg.c
index
7f27280
..
24c3b22
100644
(file)
--- a/
td_lmsg.c
+++ b/
td_lmsg.c
@@
-89,7
+89,7
@@
ConnectionWorks() {
conn = cfg.pool.conn[i];
switch( conn->state ) {
case CS_INPROCESS:
- TC_ServerConnect( conn );
+ TC_ServerConnect( conn
, 0
);
break;
case CS_CONNECTED: /* we have connected to remote host */
TC_Send( conn );