On Sat, Oct 27, 2018 at 09:41:17AM +0000, m...@netbsd.org 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: mlel...@serpens.de
                                "A potential Snark may lurk in every tree."

Reply via email to