1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05: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); abort_connection(conn, S_OK);
return; return;
} }
conn->popen = 1;
} }
if (fstat(fd, &sb)) { if (fstat(fd, &sb)) {