Changeset 10645


Ignore:
Timestamp:
10/27/08 22:22:53 (5 years ago)
Author:
BrainSlayer
Message:

typo fix

Location:
src/router/services/networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/brcm_80211x.c

    r10613 r10645  
    184184            sprintf( ath, "%s_peap8021xca", prefix ); 
    185185            write_nvram( psk, ath ); 
    186             fprintf( fp, "\tca_cert=/tmp/%s/ca.pem\n", prefix ); 
     186            fprintf( fp, "\tca_cert=\"/tmp/%s/ca.pem\"\n", prefix ); 
    187187        } 
    188188        if( nvram_prefix_match( "8021xtype", prefix, "ttls" ) ) 
  • src/router/services/networking/madwifi.c

    r10634 r10645  
    361361            sprintf( ath, "%s_peap8021xca", prefix ); 
    362362            write_nvram( psk, ath ); 
    363             fprintf( fp, "\tca_cert=/tmp/%s/ca.pem\n", prefix ); 
     363            fprintf( fp, "\tca_cert=\"/tmp/%s/ca.pem\"\n", prefix ); 
    364364        } 
    365365        if( nvram_prefix_match( "8021xtype", prefix, "ttls" ) ) 
Note: See TracChangeset for help on using the changeset viewer.