diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-04-09 05:33:03 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-04-09 05:33:03 +0100 |
commit | 43116218c07d3cce86359afba6c979cdec24a504 (patch) | |
tree | 48f4b74da0965b76d5c82f553f2cd953f499044e /src | |
parent | b43fb04516b675988d1047d0915e94d69447c1c0 (diff) | |
download | curl-43116218c07d3cce86359afba6c979cdec24a504.tar.gz |
url: Corrected comments following 9d89a0387
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_cfgable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index fb6c7aec4..fba5617ad 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -171,8 +171,8 @@ struct OperationConfig { * default HTTP */ int socks5_gssapi_nec ; /* The NEC reference server does not protect * the encryption type exchange */ - char *service_name; /* set negotiation service name - * default HTTP */ + char *service_name; /* set authentication service name for DIGEST-MD5, + Kerberos 5 and SPNEGO */ bool tcp_nodelay; long req_retry; /* number of retries */ |