Changeset 4a80a16
- Timestamp:
- Mar 11, 2012, 10:34:04 PM (13 years ago)
- Branches:
- release-1.8
- Children:
- 34132f7
- Parents:
- 4f8535e
- git-author:
- Alex Dehnert <adehnert@MIT.EDU> (01/22/12 21:19:33)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/11/12 22:34:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
filterproc.c
re2cc848 r4a80a16 25 25 fds[1].fd = wfd; 26 26 fds[1].events = POLLOUT; 27 28 if(!out || !*out) { 29 /* Nothing to write. Close our end so the child doesn't hang waiting. */ 30 close(wfd); 31 out = NULL; 32 } 27 33 28 34 while(1) {
Note: See TracChangeset
for help on using the changeset viewer.