Silence a compiler warning

This commit is contained in:
Jouni Malinen 2008-12-21 12:26:32 +02:00
parent f9e4465c42
commit 56fac36e86

View file

@ -651,7 +651,7 @@ void NetworkConfig::paramsFromConfig(int network_id)
if (strncmp(reply, "\"auth=", 6))
break;
if (strcmp(reply + 6, "GTC auth=MSCHAPV2") == 0) {
val = "GTC(auth) + MSCHAPv2(prov)";
val = (char *) "GTC(auth) + MSCHAPv2(prov)";
break;
}
val = reply + 2;