From: Jouni Malinen Date: Wed, 5 Mar 2008 14:06:43 +0000 (+0200) Subject: Added a missing '#' to indicate a comment. X-Git-Tag: hostap_0_6_4~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9474b3a4e4d341d75101f31b66ccdb2ee91e95c1;p=thirdparty%2Fhostap.git Added a missing '#' to indicate a comment. --- diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf index 35d847f8a..d6903e0e1 100644 --- a/wpa_supplicant/wpa_supplicant.conf +++ b/wpa_supplicant/wpa_supplicant.conf @@ -304,7 +304,7 @@ fast_reauth=1 # MSCHAP (EAP-MSCHAPv2, EAP-TTLS/MSCHAPv2, EAP-TTLS/MSCHAP, LEAP). # EAP-PSK (128-bit PSK), EAP-PAX (128-bit PSK), and EAP-SAKE (256-bit # PSK) is also configured using this field. For EAP-GPSK, this is a - variable length PSK. +# variable length PSK. # ca_cert: File path to CA certificate file (PEM/DER). This file can have one # or more trusted CA certificates. If ca_cert and ca_path are not # included, server certificate will not be verified. This is insecure and