OSDN Git Service

IEクッキー取得持にログファイル出力されるよう変更
[nlite/nlite.git] / shareCookie / shareCookie.c
index 480808b..d264e45 100644 (file)
@@ -351,7 +351,8 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
                                
                        
                }
-                       
+               
+               dumpln(TEXT("cookieResult:%d"),cookieResult);
 
                        
 
@@ -389,7 +390,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
                        
                        default:
 
-                               wincheck(cookieResult);
+                               
 
                                result = COOKIE_ERR_UNKNOWN;
 
@@ -399,7 +400,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
                }//if(cookieResult == ERROR_SUCCESS)
        }//if(wcslen(domeins[index]) >= GET_IE_COOKIE_URL_MAXLENGTH)
 
-
+       wincheck(cookieResult);
 
 
 end: