mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
add comment about work needing doing
This commit is contained in:
parent
9bb6f8c390
commit
d6cf1d2f95
1 changed files with 3 additions and 0 deletions
|
@ -1359,6 +1359,9 @@ handleMsgsMsg( const AddrInfo* addr, bool sendFull,
|
||||||
logf( XW_LOGVERBOSE0, "%s(): wrote %d bytes to socket %d", __func__,
|
logf( XW_LOGVERBOSE0, "%s(): wrote %d bytes to socket %d", __func__,
|
||||||
nWritten, sock );
|
nWritten, sock );
|
||||||
dbmgr->RecordSent( &msgIDs[0], msgIDs.size() );
|
dbmgr->RecordSent( &msgIDs[0], msgIDs.size() );
|
||||||
|
|
||||||
|
// This seems still needed on the server. PENDING
|
||||||
|
// dbmgr->RemoveStoredMessages( msgIDs );
|
||||||
} else {
|
} else {
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue