Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
On Sat, Oct 27, 2018 at 09:41:17AM +0000, maya%netbsd.org@localhost wrote:
> > * file.
> > */
> > if ((error = (*so->so_send)(so, mtod(m_serv, struct sockaddr *), NULL,
> > - m_outbuf, NULL, 0, l)) != 0)
> > + m_outbuf, NULL, 0, l)) != 0) {
> > DPRINTF(("%s():%d tftproot: sosend returned %d\n",
> > __func__, __LINE__, error));
> > + }
> >
> > /* Freed by the protocol */
> > m_outbuf = NULL;
> >
>
> Looks like a significant functional change, possibly even worth pulling
> up? (We should probably clean up #define DPRINTF(x) /* empty */)
The TFTPROOT option isn't enabled anywhere and didn't compile. So
pulling up now is a bit premature.
Greetings,
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index