- Timestamp:
- 04/25/08 18:20:34 (10 years ago)
- git-parent:
- Files:
-
- src/stratcon_jlog_streamer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/stratcon_jlog_streamer.c
r78d7296 ra504323 336 336 337 337 /* Initiate a connection */ 338 ctx->r.remote.sa_len = ctx->remote_len;339 338 rv = connect(fd, &ctx->r.remote, ctx->remote_len); 340 339 if(rv == -1 && errno != EINPROGRESS) goto reschedule;