mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
I forgot about conn->popen.
This commit is contained in:
parent
fc2a402059
commit
b9c409c3b9
@ -234,6 +234,7 @@ read_special(struct connection *conn, int fd)
|
||||
abort_connection(conn, S_OK);
|
||||
return;
|
||||
}
|
||||
conn->popen = 1;
|
||||
}
|
||||
|
||||
if (fstat(fd, &sb)) {
|
||||
|
Loading…
Reference in New Issue
Block a user