Changeset 14150
- Timestamp:
- 03/24/10 17:39:48 (3 years ago)
- File:
-
- 1 edited
-
src/router/httpd/visuals/wireless.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/wireless.c
r13630 r14150 64 64 } *dhcp_lease_table; 65 65 66 char *wl_filter_mac_get(char *ifname , char *type, int which)66 char *wl_filter_mac_get(char *ifname2, char *type, int which) 67 67 { 68 68 static char word[50]; 69 69 char *wordlist, *next; 70 70 int temp; 71 char ifname[32]; 72 strcpy(ifname,ifname2); 73 rep(ifname,'X',','); 71 74 72 75 if (!strcmp(nvram_safe_get("wl_active_add_mac"), "1")) { … … 383 386 char line[80]; 384 387 int dhcp_table_count; 385 char *type, *ifname; 386 387 ejArgs(argc, argv, "%s %s", &type, &ifname); 388 388 char *type, *ifname2; 389 char ifname[32]; 390 ejArgs(argc, argv, "%s %s", &type, &ifname2); 391 strcpy(ifname,ifname2); 392 rep(ifname,'X','.'); 389 393 if (!strcmp(type, "online")) { 390 394 for (i = 0; i < MAX_LEASES; i++) { // init value
Note: See TracChangeset
for help on using the changeset viewer.
