<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><br><br>diff --git a/dlls/mapi32/mapi32_main.c b/dlls/mapi32/mapi32_main.c<br>index 936d435..5aace9a 100644<br>--- a/dlls/mapi32/mapi32_main.c<br>+++ b/dlls/mapi32/mapi32_main.c<br>@@ -109,6 +109,7 @@ HRESULT WINAPI MAPILogonEx(ULONG_PTR uiparam,<br>LPWSTR profile,<br> {<br>&nbsp; &nbsp;  FIXME("(0x%08lx %s %p 0x%08x %p) Stub\n", uiparam,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  debugstr_w(profile), password, flags, session);<br>+&nbsp; &nbsp; *session=0;<br>&nbsp; &nbsp;  return SUCCESS_SUCCESS;<br> }<br><br>&gt;Are you guaranteed that session is not NULL? <br>
<br>
No, no garantueed, but i looked up some code-samples by google, and as
far as i can tell, the current stub for MAPILogonEx will pass back garbage anyway to the application, so my thought was this patch would be rather harmless anyway. <br>
<br>
&gt;A test case would help.<br>I guess you're right about that, thanks anyway for the comments.<br>--Juan<br></div><br></div></div></div><br>


      </body></html>