1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

I forgot about conn->popen.

This commit is contained in:
Witold Filipczyk 2007-03-13 22:41:58 +01:00 committed by Witold Filipczyk
parent fc2a402059
commit b9c409c3b9

View File

@ -234,6 +234,7 @@ read_special(struct connection *conn, int fd)
abort_connection(conn, S_OK);
return;
}
conn->popen = 1;
}
if (fstat(fd, &sb)) {