Skip to content

Commit

Permalink
Temporary fix to restore compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kornel Kisielewicz committed Aug 11, 2010
1 parent 1d97518 commit 58eb2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpserver/server/tpconnection.cpp
Expand Up @@ -102,7 +102,7 @@ void TpConnection::processPingFrame()
if ( last_ping_time < static_cast<uint64_t>( time(NULL) ) - 60 )
{
last_ping_time = time(NULL);
sendOK(frame, "Keep alive ok, hope you're still there");
//sendOK(frame, "Keep alive ok, hope you're still there");
LOG_DEBUG( "TpConnection : Ping completed" );
}
else
Expand Down

0 comments on commit 58eb2fc

Please sign in to comment.