diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2014-11-15 11:10:29 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-15 13:10:45 +0000 |
commit | d54b551f6c3ff66b7d2f04bd9780295ae7e454ce (patch) | |
tree | 30e5af33848f45e8ecad037c518ef09abc60fa32 /lib | |
parent | 2e05db347eb334a3f310fa18f5e35d5dd5937231 (diff) |
docs: Use consistent naming for Kerberos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 6238f6204..f708a74a7 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -973,7 +973,7 @@ struct connectdata { char *te; /* TE: request header */ } allocptr; - int sec_complete; /* if kerberos is enabled for this connection */ + int sec_complete; /* if Kerberos is enabled for this connection */ #ifdef HAVE_GSSAPI enum protection_level command_prot; enum protection_level data_prot; @@ -1573,7 +1573,7 @@ struct UserDefined { enum CURL_NETRC_OPTION use_netrc; /* defined in include/curl.h */ bool verbose; /* output verbosity */ - bool krb; /* kerberos connection requested */ + bool krb; /* Kerberos connection requested */ bool reuse_forbid; /* forbidden to be reused, close after use */ bool reuse_fresh; /* do not re-use an existing connection */ bool ftp_use_epsv; /* if EPSV is to be attempted or not */ |