winspool.drv: Remove useless assignments without NULL ptr check (Coverity).
This commit is contained in:
parent
80995b684b
commit
0dca1ebecf
|
@ -3766,8 +3766,6 @@ static BOOL WINSPOOL_EnumPrinters(DWORD dwType, LPWSTR lpszName,
|
|||
dwType &= ~PRINTER_ENUM_CONNECTIONS; /* we don't handle that */
|
||||
if (!dwType) {
|
||||
FIXME("We don't handle PRINTER_ENUM_CONNECTIONS\n");
|
||||
*lpdwNeeded = 0;
|
||||
*lpdwReturned = 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue