- Remove some redundant ProcessData == NULL checks - ClientConnectionThread already...
authorJeffrey Morlan <mrnobo1024@yahoo.com>
Sat, 2 Aug 2008 22:09:22 +0000 (22:09 +0000)
committerJeffrey Morlan <mrnobo1024@yahoo.com>
Sat, 2 Aug 2008 22:09:22 +0000 (22:09 +0000)
commit1914d86bac73f9f448d6bb0ee02970afee5626b8
tree91d394298d88f5df36dac8d3b1aedad1730f7325
parent57edd3268de55ef2efa24fb210587c392feabee3
- Remove some redundant ProcessData == NULL checks - ClientConnectionThread already checks this for every request.
- CsrApiCallHandler: Get rid of "Found" variable and just return when the right definition is found.
- Make CsrApiCallHandler use the return value from the function (previously unused) to set Request->Status, and trim the now-redundant Request->Status setting from tons of CSR_API functions.
- CsrCreateProcess: Don't set shutdown parameters again - already set in CsrCreateProcessData.

svn path=/trunk/; revision=35049
reactos/subsystems/win32/csrss/api/handle.c
reactos/subsystems/win32/csrss/api/process.c
reactos/subsystems/win32/csrss/api/user.c
reactos/subsystems/win32/csrss/api/wapi.c
reactos/subsystems/win32/csrss/win32csr/alias.c
reactos/subsystems/win32/csrss/win32csr/conio.c
reactos/subsystems/win32/csrss/win32csr/desktopbg.c
reactos/subsystems/win32/csrss/win32csr/exitros.c