Do not initialize dcb in BuildCommDCB[AndTimeouts].

This commit is contained in:
Gerard Patel 2000-04-23 19:58:44 +00:00 committed by Alexandre Julliard
parent fca70fe032
commit a7adda8280
1 changed files with 0 additions and 2 deletions

View File

@ -1429,8 +1429,6 @@ BOOL WINAPI BuildCommDCBAndTimeoutsA(LPCSTR device, LPDCB lpdcb,
} else
temp=(LPSTR)device;
memset(lpdcb, 0, sizeof(DCB)); /* initialize */
lpdcb->DCBlength = sizeof(DCB);
if (strchr(temp,',')) { /* old style */
DCB16 dcb16;