--- gvpe/src/protocol.C 2003/03/22 22:39:11 1.14 +++ gvpe/src/protocol.C 2003/03/23 14:49:16 1.15 @@ -726,10 +726,6 @@ if (retry_int < 3600 * 8) retry_cnt++; - if (connectmode == conf_node::C_ONDEMAND - && retry_int > ::conf.keepalive) - retry_int = ::conf.keepalive; - ts = NOW + retry_int; if (conf->hostname)