Maybe I fix what I broke this time?
This commit is contained in:
parent
34a812898a
commit
1be0819e08
2
doors.c
2
doors.c
@ -238,8 +238,6 @@ void runexternal(struct user_record *user, char *cmd, int stdio, char *argv[], c
|
|||||||
gotiac = 0;
|
gotiac = 0;
|
||||||
flush = 0;
|
flush = 0;
|
||||||
|
|
||||||
close(slave);
|
|
||||||
|
|
||||||
while(running_door || !flush) {
|
while(running_door || !flush) {
|
||||||
FD_ZERO(&fdset);
|
FD_ZERO(&fdset);
|
||||||
FD_SET(master, &fdset);
|
FD_SET(master, &fdset);
|
||||||
|
Reference in New Issue
Block a user