Gnus development mailing list
 help / color / mirror / Atom feed
From: Thomas Neumann <tom@smart.ruhr.de>
Cc: ding@ifi.uio.no
Subject: Fix for nndel.c
Date: Thu, 28 Mar 1996 00:33:01 +0100	[thread overview]
Message-ID: <199603272333.AAA10981@smart.ruhr.de> (raw)


[ 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));


             reply	other threads:[~1996-03-27 23:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-27 23:33 Thomas Neumann [this message]
1996-03-28 16:36 ` Joe Hildebrand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199603272333.AAA10981@smart.ruhr.de \
    --to=tom@smart.ruhr.de \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).