[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Markus Friedl <markus_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 16 May 2006 06:39:21 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: markus_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2006/05/16 06:39:21
Modified files:
sys/netinet : udp_usrreq.c
Log message:
- pcbflags is not modified in pcb_(dis)connect, so there's no
need to save/restore it.
- inp->inp_laddr should be set _before_ calling pcb_disconnect().
otherwise pcb_disconnect() calls pcb_rehash() with the old laddr.
[ currently this is not a problem since the hash ignores laddr ]
tested by pedro
Visit your host, monkey.org