Changeset 10095
- Timestamp:
- 08/05/08 16:06:18 (5 years ago)
- Location:
- src/router/httpd
- Files:
-
- 3 edited
-
httpd.c (modified) (1 diff)
-
validate/webs.c (modified) (3 diffs)
-
visuals/wireless.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/httpd.c
r10094 r10095 1003 1003 //if(strcmp(nvram_safe_get("http_client_ip"), inet_ntoa(sa.sin_addr))) 1004 1004 // nvram_set("http_client_ip", inet_ntoa(sa.sin_addr)); 1005 //fprintf(stderr, "Client ip=[%s]\n", inet_ntoa(sa.sin_addr));1006 1005 m = get_mac_from_ip (inet_ntoa (sa.sin_addr)); 1007 1006 nvram_safe_set ("http_client_mac", m); -
src/router/httpd/validate/webs.c
r10093 r10095 429 429 // segment filter_services into <= 1024 byte lengths 430 430 cur = buf; 431 fprintf (stderr, "cur=%s\n", cur);431 // fprintf (stderr, "cur=%s\n", cur); 432 432 433 433 memcpy (word, cur, 1024); … … 737 737 rep (p2, '.', 'X'); // replace invalid characters for sub ifs 738 738 739 fprintf(stderr,"save for prefix %s\n",prefix);740 739 #ifdef HAVE_WPA_SUPPLICANT 741 740 /*_8021xtype … … 867 866 char b[16]; 868 867 sprintf (b, "wl%d", i); 869 fprintf(stderr,"save for %s\n",b);870 868 security_save_prefix (wp, b); 871 869 } -
src/router/httpd/visuals/wireless.c
r10093 r10095 617 617 } 618 618 619 fprintf (stderr,"get %s from %s with bit %s and prefix %s\n", type, wl_wep, _bit,620 prefix);621 619 622 620 wordlist = nvram_safe_get (wl_wep); … … 628 626 cnt = count_occurences (wordlist, ':'); 629 627 630 fprintf (stderr,"wordlist = %s\n", wordlist);631 628 632 629
Note: See TracChangeset
for help on using the changeset viewer.
