Reactos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[SAC] Use NULL for null pointer in last argument in HeadlessDispatch() calls.

+3 -3
+1 -1
drivers/sac/driver/conmgr.c
··· 507 507 &EnablePaging, 508 508 sizeof(EnablePaging), 509 509 NULL, 510 - 0); 510 + NULL); 511 511 if (!NT_SUCCESS(Status)) SAC_DBG(SAC_DBG_INIT, "SAC Display Log failed.\n"); 512 512 } 513 513 else if (!strncmp(InputBuffer, "cmd", 3))
+2 -2
drivers/sac/driver/data.c
··· 247 247 &EnableData, 248 248 sizeof(EnableData), 249 249 NULL, 250 - 0); 250 + NULL); 251 251 if (!NT_SUCCESS(Status)) 252 252 { 253 253 /* Bail out if we couldn't even get this far */ ··· 332 332 &EnableData, 333 333 sizeof(EnableData), 334 334 NULL, 335 - 0); 335 + NULL); 336 336 if (!NT_SUCCESS(Status)) SAC_DBG(SAC_DBG_INIT, "Failed dispatch\n"); 337 337 338 338 /* Bail out */