Article delegate-en/2510 of [1-4112] on the server localhost:7119
  upper oldest olders older1 this newer1 newers latest
search
[Top/Up] [oldest] - [Older+chunk] - [Newer+chunk] - [newest + Check]
[Reference:<_A2509@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en

[DeleGate-En] Re: Bug?! -Phost1:port,host2:port doesn't work anymore
18 Dec 2003 16:21:00 GMT feedback@delegate.org (Yutaka Sato)

Hi,

In message <_A2509@delegate-en.ML_> on 12/18/03(22:57:56)
you Torsten Gesang <pzueqbdyi-mykgh4zg4btw.ml@delegate.org> wrote:
 |I noticed today when i updated delegate from 8.3.4 to 8.7.8 that the 
 |"-P" option isn't repeatable anymore.
 |
 |With the older version "-Phost1:port,host2:port" fired up a deleagte 
 |listening on both IPs of host1 AND host2
 |
 |With 8.7.8 it just starts on the first IP.
 |
 |Is this a bug or intendet behavior with the new version?

Thank you for your notice.  It is a bug introduced in 8.5.4.
I'll fix it as enclosed patch in the next release.


Cheers,
Yutaka
--
  D G Yutaka Sato <pfqcabdyi-mykgh4zg4btw.ml@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

*** ../../dist/delegate8.7.8/src/inets.c	Sat Nov 29 20:46:58 2003
--- inets.c	Fri Dec 19 01:16:27 2003
***************
*** 2230,2236 ****
  	else{
  		if( addr = gethostaddr(host) ){
  			strcpy(hostb,addr);
! 			host = addr;
  		}else	host = "0.0.0.0";
  	}
  	for( fd = 0; fd < FD_SETSIZE; fd++ ){
--- 2230,2236 ----
  	else{
  		if( addr = gethostaddr(host) ){
  			strcpy(hostb,addr);
! 			host = hostb;
  		}else	host = "0.0.0.0";
  	}
  	for( fd = 0; fd < FD_SETSIZE; fd++ ){

  admin search upper oldest olders older1 this newer1 newers latest
[Top/Up] [oldest] - [Older+chunk] - [Newer+chunk] - [newest + Check]
@_@V