Revision: 7199
http://sourceforge.net/p/ipcop/svn/7199
Author: owes
Date: 2014-01-03 13:45:33 +0000 (Fri, 03 Jan 2014)
Log Message:
-----------
Try and fix support for ISA network cards
Modified Paths:
--------------
ipcop/trunk/src/installer/networking.c
Modified: ipcop/trunk/src/installer/networking.c
===================================================================
--- ipcop/trunk/src/installer/networking.c 2014-01-03 13:04:26 UTC (rev
7198)
+++ ipcop/trunk/src/installer/networking.c 2014-01-03 13:45:33 UTC (rev
7199)
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with IPCop. If not, see <http://www.gnu.org/licenses/>.
*
- * (c) 2007-2012, the IPCop team
+ * (c) 2007-2014, the IPCop team
*
* $Id$
*
@@ -498,6 +498,8 @@
/* was occupied, now empty */
snprintf(key, STRING_SIZE, "%s_1_DEV", colour);
update_kv(ð_kv, key, "");
+ snprintf(key, STRING_SIZE, "%s_1_OPTIONS", colour);
+ update_kv(ð_kv, key, "");
snprintf(key, STRING_SIZE, "%s_1_DRIVER", colour);
update_kv(ð_kv, key, "");
snprintf(key, STRING_SIZE, "%s_1_MAC", colour);
@@ -508,6 +510,8 @@
else {
snprintf(key, STRING_SIZE, "%s_1_DEV", colour);
update_kv(ð_kv, key, networks[n].device);
+ snprintf(key, STRING_SIZE, "%s_1_OPTIONS", colour);
+ update_kv(ð_kv, key, networks[n].options);
snprintf(key, STRING_SIZE, "%s_1_DRIVER", colour);
update_kv(ð_kv, key, networks[n].module);
snprintf(key, STRING_SIZE, "%s_1_MAC", colour);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn