projects
/
remotetop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade9780
)
Much more nice cleanup on exit
author
teodor
<teodor>
Thu, 29 Nov 2007 19:44:48 +0000
(19:44 +0000)
committer
teodor
<teodor>
Thu, 29 Nov 2007 19:44:48 +0000
(19:44 +0000)
topd.c
patch
|
blob
|
history
diff --git
a/topd.c
b/topd.c
index
47f2629
..
870fbc1
100644
(file)
--- a/
topd.c
+++ b/
topd.c
@@
-144,10
+144,8
@@
main( int argc, char *argv[] ) {
}
}
- for(i=cfg.pool.number-1; i>
TC_SERVER_CONN_START
; i--)
+ for(i=cfg.pool.number-1; i>
=0
; i--)
TC_deleteConnectionByN(&cfg.pool,i);
- TC_deleteConnectionByN(&cfg.pool, 1);
- TC_deleteConnectionByN(&cfg.pool, 0);
}
}
if (child == -1)