/[svn]/liblscp/trunk/src/common.c
ViewVC logotype

Diff of /liblscp/trunk/src/common.c

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

revision 625 by capela, Thu Jun 9 15:55:49 2005 UTC revision 626 by capela, Fri Jun 10 09:59:18 2005 UTC
# Line 206  lscp_status_t lscp_client_call ( lscp_cl Line 206  lscp_status_t lscp_client_call ( lscp_cl
206    
207        case LSCP_TIMEOUT:        case LSCP_TIMEOUT:
208                  // We have trouble...                  // We have trouble...
209          pClient->iTimeoutCount++;                  pClient->iTimeoutCount++;
210          // Fake a result message.          // Fake a result message.
211          pszResult = "Timeout during receive operation";          pszResult = "Timeout during receive operation";
212          iErrno = (int) ret;          iErrno = (int) ret;

Legend:
Removed from v.625  
changed lines
  Added in v.626

  ViewVC Help
Powered by ViewVC