mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
urldata: Capitalize enum protect_level values.
This makes it easier to spot the enum values from the variables. Removed some unneeded DEBUGASSERT added in the previous commit.
This commit is contained in:
parent
8d59d69449
commit
add5766dd4
7 changed files with 49 additions and 50 deletions
|
|
@ -3542,7 +3542,7 @@ static struct connectdata *allocate_conn(struct SessionHandle *data)
|
|||
goto error;
|
||||
|
||||
#if defined(HAVE_KRB4) || defined(HAVE_GSSAPI)
|
||||
conn->data_prot = prot_clear;
|
||||
conn->data_prot = PROT_CLEAR;
|
||||
#endif
|
||||
|
||||
return conn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue