From e78d34774e710d5ceee0a903ed796754db26eef2 Mon Sep 17 00:00:00 2001 From: jfiat Date: Thu, 10 Jun 2010 12:31:16 +0000 Subject: [PATCH] missing curlopt_userpwd case for `is_valid' git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@83514 8089f293-4706-0410-a29e-feb5c42a2edf --- curl_opt_constants.e | 1 + 1 file changed, 1 insertion(+) diff --git a/curl_opt_constants.e b/curl_opt_constants.e index c7cd55c8..54a764d0 100644 --- a/curl_opt_constants.e +++ b/curl_opt_constants.e @@ -358,6 +358,7 @@ feature -- Enumerations. a_integer = curlopt_proxy or a_integer = curlopt_encoding or a_integer = curlopt_timeout or + a_integer = curlopt_userpwd or a_integer = curlopt_customrequest end