Changeset 10603
- Timestamp:
- 10/24/08 23:56:25 (5 years ago)
- File:
-
- 1 edited
-
src/router/httpd/validate/webs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/validate/webs.c
r10511 r10603 2621 2621 copytonv( wp, "%s_ap_isolate", prefix ); 2622 2622 sprintf( n, "%s_mode", prefix ); 2623 if (nvram_match(n,"sta")) 2624 { 2625 char *wl = websGetVar( wp, n, NULL ); 2626 if (!strcmp(wl,"ap") || !strcmp(wl,"wdsap") || !strcmp(wl,"infra") || !strcmp(wl,"wdssta")) 2627 { 2628 nvram_set("wan_proto","disabled"); 2629 } 2630 } 2623 2631 copytonv( wp, n ); 2624 2632 if( !strcmp( prefix, "wl0" ) || !strcmp( prefix, "wl1" ) )
Note: See TracChangeset
for help on using the changeset viewer.
