Removed a warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
92b105418d
commit
539232f28e
@ -24,7 +24,7 @@
|
||||
// Description: Class for low-overhead port-based messaging
|
||||
//
|
||||
//------------------------------------------------------------------------------
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <ServerProtocol.h>
|
||||
#include "PortLink.h"
|
||||
@ -131,6 +131,7 @@ status_t PortLink::FlushToSession(){
|
||||
// !!!!!!!!!!!!!!!!!!!
|
||||
ses.CopyToSendBuffer(fSendBuffer, fSendPosition - 8);
|
||||
ses.Sync();
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
status_t PortLink::Attach(const void *data, size_t size)
|
||||
|
Loading…
Reference in New Issue
Block a user