On 12/22/02(23:12) you feedback@delegate.org (Yutaka Sato) wrote in <_A11482@delegate.ML_> | FILE: delegate8.2.4.tar.{gz,bz2} This version of SockMux-DeleGate needs explicit remote port selection for SERVER like SERVER=telnet,-in:-:-P8023, otherwise it cannot find appropriate server. The enclosed patch will fix it (^^; Cheers, Yutaka -- @ @ Yutaka Sato <y.sato@delegate.org> http://www.delegate.org/y.sato/ ( - ) National Institute of Advanced Industrial Science and Technology (AIST) _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller *** 824/src/delegated.c Sun Dec 22 17:41:41 2002 --- src/delegated.c Mon Dec 23 00:01:50 2002 *************** *** 1414,1420 **** --- 1414,1425 ---- /* ex. SERVER=telnet://host,-in */ if( op = strstr(url,",-") ){ wordscanY(op+2,type,sizeof(type),"^,(:"); + /* sprintf(hostlist+strlen(hostlist),",%s",hostmatch_withauth); + */ + if( hostlist[0] ) + strcat(hostlist,","); + strcat(hostlist,hostmatch_withauth); sprintf(map,"{%s}:vp_%s:*:%s",url,type,hostlist); sv1log("XSERVER: %s\n",map); scan_CMAP2(Conn,"XSERVER",map);