Rob Shearman : wininet: Don't return an error for INTERNET_OPTION_SEND/ RECEIVE_TIMEOUT not being implemented

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 2 15:48:06 CST 2006


Module: wine
Branch: master
Commit: 01425f603afec2211fae35c4bb1c6ba31815bd12
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=01425f603afec2211fae35c4bb1c6ba31815bd12

Author: Rob Shearman <rob at codeweavers.com>
Date:   Thu Nov  2 16:49:19 2006 +0000

wininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented
on protocols other than HTTP, just print a FIXME. Reported by Michael Moss.

---

 dlls/wininet/internet.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c
index 27a3382..607d4d8 100644
--- a/dlls/wininet/internet.c
+++ b/dlls/wininet/internet.c
@@ -2397,8 +2397,6 @@ BOOL WINAPI InternetSetOptionW(HINTERNET
             {
                 FIXME("INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not supported on protocol %d\n",
                       lpwhh->htype);
-                INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
-                ret = FALSE;
             }
         }
         else




More information about the wine-cvs mailing list