Add 'const' to immutable arrays.
This commit is contained in:
@@ -573,7 +573,7 @@ struct connectdata {
|
||||
int sec_complete;
|
||||
void *app_data;
|
||||
|
||||
struct Curl_sec_client_mech *mech;
|
||||
const struct Curl_sec_client_mech *mech;
|
||||
struct sockaddr_in local_addr;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user