mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Change and silence a debug message that made it look like npfsRead had a problem.
svn path=/trunk/; revision=38577
This commit is contained in:
@@ -326,7 +326,7 @@ NpfsRead(IN PDEVICE_OBJECT DeviceObject,
|
||||
{
|
||||
/* Its ok if the other side has been Disconnect, but if we have data still in the buffer
|
||||
, need to still be able to read it. Currently this is a HAXXXX */
|
||||
DPRINT1("Pipe is NO longer connected and no data exist in buffer!\n");
|
||||
DPRINT("Pipe no longer connected and no data exist in buffer. Ok to close pipe\n");
|
||||
if (Ccb->PipeState == FILE_PIPE_LISTENING_STATE)
|
||||
Status = STATUS_PIPE_LISTENING;
|
||||
else if (Ccb->PipeState == FILE_PIPE_DISCONNECTED_STATE)
|
||||
|
||||
Reference in New Issue
Block a user