Changeset 546 for trunk/src/ocatctrl.c
- Timestamp:
- 02/12/10 12:32:55 (2 years ago)
- File:
-
- 1 edited
-
trunk/src/ocatctrl.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ocatctrl.c
r538 r546 56 56 { 57 57 log_msg(LOG_ERR, "could not open %d for writing: %s", fd, strerror(errno)); 58 oe_close(pfd[0]); 59 oe_close(pfd[1]); 58 60 return NULL; 59 61 } … … 69 71 log_msg(LOG_ERR, "could not open %d for reading: %s", fd, strerror(errno)); 70 72 CNF(config_read) = 1; 73 oe_close(pfd[0]); 74 oe_close(pfd[1]); 71 75 return NULL; 72 76 }
Note: See TracChangeset
for help on using the changeset viewer.
