You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by "Juha Niskanen (Haltian)" <ju...@haltian.com> on 2020/01/09 12:48:33 UTC

[PATCH] net/usrsock/usrsock_dev.c: fix uninitialized 'ret' introduced in 6a3c2ade

Hi

Patch fixes recently introduced usersock failure. There is debugging discussion at https://github.com/apache/incubator-nuttx/pull/24

Best Regards,
  Juha Niskanen

Re: [PATCH] net/usrsock/usrsock_dev.c: fix uninitialized 'ret' introduced in 6a3c2ade

Posted by Gregory Nutt <sp...@gmail.com>.
Hi, Juha,
> Patch fixes recently introduced usersock failure. There is debugging 
> discussion at https://github.com/apache/incubator-nuttx/pull/24

Thanks!  Patch committed and pushed.

Greg