Skip to content

Commit

Permalink
reconciling differences
Browse files Browse the repository at this point in the history
  • Loading branch information
bebopagogo committed May 9, 2024
2 parents 23a3fd2 + 11e10c4 commit f530eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions makefiles/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,9 @@ stree: $(STREE_OBJ) libprotokit.a

clean:
rm -f *.o $(COMMON)/*.o $(MANET)/*.o $(NS)/*.o ../src/*/*.o ../examples/*.o \
*.a *.$(SYSTEM_SOEXT) ../lib/*.a ../lib/*.../bin/* $(SYSTEM_SOEXT) \
arposer averageExample base64Example detourExample graphExample graphRider graphXMLExample jsonExample lfsrExample msg2MsgExample msgExample netExample pcmd pipe2SockExample pipeExample protoCapExample protoApp protoExample protoFileExample queueExample riposer serialExample simpleTcpExample sock2PipeExample threadExample timerTest ting vifExample vifLan gr ../bin/*
*.a *.$(SYSTEM_SOEXT) ../lib/*.a ../lib/* ../bin/* $(SYSTEM_SOEXT) \
arposer averageExample base64Example detourExample graphExample graphRider graphXMLExample jsonExample lfsrExample msg2MsgExample msgExample netExample pcmd pipe2SockExample pipeExample protoCapExample protoApp protoExample protoFileExample queueExample riposer serialExample simpleTcpExample sock2PipeExample threadExample timerTest ting vifExample vifLan gr
rm -rf ../build/* ../protokit.egg-info


# DO NOT DELETE THIS LINE -- mkdep uses it.
Expand Down
2 changes: 1 addition & 1 deletion src/common/protoSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ bool ProtoSocket::Accept(ProtoSocket* newSocket)
bool ProtoSocket::Send(const char* buffer,
unsigned int& numBytes)
{
TRACE("ProtoSocket::Send() ...\n");
//TRACE("ProtoSocket::Send() ...\n");
if (IsConnected())
{
#ifdef WIN32
Expand Down

0 comments on commit f530eba

Please sign in to comment.