Changeset 17692


Ignore:
Timestamp:
09/26/11 17:25:52 (20 months ago)
Author:
sash
Message:

ovpn: small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/services/openvpn.c

    r17685 r17692  
    9090                if (nvram_match("openvpn_lzo", "1")) 
    9191                        fprintf(fp, "comp-lzo yes\n");  //yes/no/adaptive 
     92                else 
     93                        fprintf(fp, "comp-lzo no\n"); 
    9294                if (nvram_match("openvpn_cl2cl", "1")) 
    9395                        fprintf(fp, "client-to-client\n"); 
Note: See TracChangeset for help on using the changeset viewer.