Changeset 10095


Ignore:
Timestamp:
08/05/08 16:06:18 (5 years ago)
Author:
BrainSlayer
Message:

remove some obsolete debug crap

Location:
src/router/httpd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/httpd.c

    r10094 r10095  
    10031003  //if(strcmp(nvram_safe_get("http_client_ip"), inet_ntoa(sa.sin_addr))) 
    10041004  //      nvram_set("http_client_ip", inet_ntoa(sa.sin_addr)); 
    1005   //fprintf(stderr, "Client ip=[%s]\n", inet_ntoa(sa.sin_addr)); 
    10061005  m = get_mac_from_ip (inet_ntoa (sa.sin_addr)); 
    10071006  nvram_safe_set ("http_client_mac", m); 
  • src/router/httpd/validate/webs.c

    r10093 r10095  
    429429  // segment filter_services into <= 1024 byte lengths 
    430430  cur = buf; 
    431   fprintf (stderr, "cur=%s\n", cur); 
     431//  fprintf (stderr, "cur=%s\n", cur); 
    432432 
    433433  memcpy (word, cur, 1024); 
     
    737737    rep (p2, '.', 'X');  // replace invalid characters for sub ifs 
    738738 
    739  fprintf(stderr,"save for prefix %s\n",prefix); 
    740739#ifdef HAVE_WPA_SUPPLICANT 
    741740/*_8021xtype 
     
    867866      char b[16]; 
    868867      sprintf (b, "wl%d", i); 
    869       fprintf(stderr,"save for %s\n",b); 
    870868      security_save_prefix (wp, b); 
    871869    } 
  • src/router/httpd/visuals/wireless.c

    r10093 r10095  
    617617    } 
    618618 
    619   fprintf (stderr,"get %s from %s with bit %s and prefix %s\n", type, wl_wep, _bit, 
    620            prefix); 
    621619 
    622620  wordlist = nvram_safe_get (wl_wep); 
     
    628626  cnt = count_occurences (wordlist, ':'); 
    629627 
    630   fprintf (stderr,"wordlist = %s\n", wordlist); 
    631628 
    632629 
Note: See TracChangeset for help on using the changeset viewer.