[Bug 2839] Progress V7 connection problem

Wine Bugs wine-bugs at winehq.org
Thu Mar 31 04:49:31 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=2839





------- Additional Comments From wijn at wanadoo.nl  2005-31-03 04:49 -------
Does this patch help?
=============================8<===============================
--- wine/dlls/winsock/socket16.c	2005-03-11 08:25:36.000000000 +0100
+++ mywine/dlls/winsock/socket16.c	2005-03-31 12:41:44.000000000 +0200
@@ -126,7 +126,7 @@ static SEGPTR get_buffer_pe(int size)
         HeapFree( GetProcessHeap(), 0, pe_buffer );
     }
     pe_buffer = HeapAlloc( GetProcessHeap(), 0, (pe_len = size) );
-    pe_buffer_seg = MapLS( he_buffer );
+    pe_buffer_seg = MapLS( pe_buffer );
     return pe_buffer_seg;
 }
 
=============================8<======================

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list