Browse Subversion Repository
Diff of /branches/RB-1.1/ftpget.c
Parent Directory
| Revision Log
| Patch
| 181 |
|
|
| 182 |
flags |= O_NONBLOCK; |
flags |= O_NONBLOCK; |
| 183 |
|
|
| 184 |
if ( fcntl (sock, F_SETFL, flags < 0 ) ) { |
if ( fcntl (sock, F_SETFL, flags ) < 0 ) { |
| 185 |
printf("--[ Non Blocking Socket Error.\n"); |
printf("--[ Non Blocking Socket Error.\n"); |
| 186 |
exit(1); |
exit(1); |
| 187 |
} |
} |
|
|
Legend:
| Removed from v.7 |
|
| changed lines |
| |
Added in v.8 |
|
|
|