/[svn]/linuxsampler/trunk/src/network/lscpserver.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 835 by wylder, Thu Dec 22 19:26:35 2005 UTC revision 836 by persson, Wed Feb 8 20:28:46 2006 UTC
# Line 151  int LSCPServer::Main() { Line 151  int LSCPServer::Main() {
151  #else  #else
152                  send(iterNotify->first, iterNotify->second.c_str(), iterNotify->second.size(), 0);                  send(iterNotify->first, iterNotify->second.c_str(), iterNotify->second.size(), 0);
153  #endif  #endif
                 bufferedNotifies.erase(iterNotify);  
154          }          }
155            bufferedNotifies.clear();
156          NotifyBufferMutex.Unlock();          NotifyBufferMutex.Unlock();
157    
158          fd_set selectSet = fdSet;          fd_set selectSet = fdSet;

Legend:
Removed from v.835  
changed lines
  Added in v.836

  ViewVC Help
Powered by ViewVC