You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/03 10:45:42 UTC

[GitHub] [incubator-nuttx-apps] Ouss4 commented on a change in pull request #159: wireless/wapi: add save_config/reconnect/scan_results support

Ouss4 commented on a change in pull request #159: wireless/wapi: add save_config/reconnect/scan_results support
URL: https://github.com/apache/incubator-nuttx-apps/pull/159#discussion_r402918924
 
 

 ##########
 File path: netutils/netinit/netinit_associate.c
 ##########
 @@ -60,7 +60,7 @@
 int netinit_associate(FAR const char *ifname)
 {
   struct wpa_wconfig_s conf;
-  int ret;
+  int ret = -EINVAL;
 
 Review comment:
   This is causing the build to fail. errno.h is not included.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services