From 6a6881f8e45f94f440ec2d11b24ec1f4770277a4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 6 Aug 2014 09:19:26 -0600 Subject: [PATCH] NSH Networking: Software assigned MAC address is now configurable. From Lazlo --- nxwm/src/cnxconsole.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/nxwm/src/cnxconsole.cxx b/nxwm/src/cnxconsole.cxx index d9bab9cfd..b8577b635 100644 --- a/nxwm/src/cnxconsole.cxx +++ b/nxwm/src/cnxconsole.cxx @@ -664,6 +664,7 @@ bool NxWM::nshlibInitialize(void) return false; } #endif + return true; }