Changeset 8a58afd
- Timestamp:
- 12/07/18 16:46:53 (2 years ago)
- Branches:
- develop
- Children:
- c337c9f9
- Parents:
- 1dc033a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_ndag.c
r2193905 r8a58afd 1050 1050 gottime = 0; 1051 1051 1052 FD_ZERO(&fds);1053 1054 1052 if (rt->maxfd == -1) { 1055 1053 return 0; … … 1076 1074 } 1077 1075 #endif 1076 if (maxfd == 0) { 1077 FD_ZERO(&fds); 1078 } 1078 1079 FD_SET(rt->sources[i].sock, &fds); 1079 1080 if (maxfd < rt->sources[i].sock) {
Note: See TracChangeset
for help on using the changeset viewer.