diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_SASL_IR.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SASL_IR.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SASL_IR.3 b/docs/libcurl/opts/CURLOPT_SASL_IR.3 index fb64ba33a..dbf6b170d 100644 --- a/docs/libcurl/opts/CURLOPT_SASL_IR.3 +++ b/docs/libcurl/opts/CURLOPT_SASL_IR.3 @@ -26,7 +26,7 @@ CURLOPT_SASL_IR \- enable sending initial response in first packet .SH SYNOPSIS #include <curl/curl.h> -CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SASL_IR, long first); +CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SASL_IR, long enable); .SH DESCRIPTION Pass a long. If the value is 1, curl will send the initial response to the server in the first authentication packet in order to reduce the number of |