Date: Sun, 9 Jan 2005 04:47:42 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx ipx_pcb.c Message-ID: <200501090447.j094lgpV040108@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-01-09 04:47:42 UTC FreeBSD src repository Modified files: sys/netipx ipx_pcb.c Log: In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the call always succeeds, avoiding causing the caller to return success even though the returned *sockaddr is NULL. MFC after: 2 weeks Revision Changes Path 1.41 +2 -2 src/sys/netipx/ipx_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501090447.j094lgpV040108>