Gnus development mailing list
 help / color / mirror / Atom feed
* Fix for nndel.c
@ 1996-03-27 23:33 Thomas Neumann
  1996-03-28 16:36 ` Joe Hildebrand
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Neumann @ 1996-03-27 23:33 UTC (permalink / raw)
  Cc: ding


[ I've had some mail problems, so maybe I missed something and this is
  already fixed, or nndel-0.2 has been superceeded with a newer
  version. If not, you might find the attached fix useful.
]


*** nndb-0.2.dist/nndel.c	Sun Mar 24 02:06:45 1996
--- nndb-0.2/nndel.c	Thu Mar 28 00:10:07 1996
***************
*** 181,187 ****
      CHECK_RET((*s != -1), 0);
    
      addr.sin_family      = AF_INET;
!     addr.sin_port        = port;
      addr.sin_addr.s_addr = ip;
    
      status = connect(*s, (struct sockaddr *) &addr, sizeof(addr));
--- 181,187 ----
      CHECK_RET((*s != -1), 0);
    
      addr.sin_family      = AF_INET;
!     addr.sin_port        = htons(port);
      addr.sin_addr.s_addr = ip;
    
      status = connect(*s, (struct sockaddr *) &addr, sizeof(addr));


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix for nndel.c
  1996-03-27 23:33 Fix for nndel.c Thomas Neumann
@ 1996-03-28 16:36 ` Joe Hildebrand
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Hildebrand @ 1996-03-28 16:36 UTC (permalink / raw)
  Cc: hildjj, ding

> "Thomas" == Thomas Neumann <tom@smart.ruhr.de> writes:

   Thomas> [ I've had some mail problems, so maybe I missed something
   Thomas> and this is already fixed, or nndel-0.2 has been
   Thomas> superceeded with a newer version. If not, you might find
   Thomas> the attached fix useful. ]

Thanks.  Fixed in 0.6.  You will find the latest version (currently
0.5) at:

<URL:ftp://ftp.fuentez.com/pub/nndb.tar.gz>

-- 
Joe Hildebrand                  Fuentez Systems Concepts
hildjj@fuentez.com              Lead Software Engineer
	"Breakfast recapitulates phylogeny" - Spider Robinson


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-03-28 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-27 23:33 Fix for nndel.c Thomas Neumann
1996-03-28 16:36 ` Joe Hildebrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).