1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

fsp: prompt_username_pw is in the parent process.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-05 20:21:24 +02:00 committed by Kalle Olavi Niemitalo
parent 1ad016bdd5
commit fb184a4cd0

View File

@ -266,6 +266,9 @@ do_fsp(struct connection *conn)
#undef READ_SIZE
/* FSP asynchronous connection management (parent process): */
/* Kill the current connection and ask for a username/password for the next
* try. */
static void
@ -275,9 +278,6 @@ prompt_username_pw(struct connection *conn)
abort_connection(conn, S_OK);
}
/* FSP asynchronous connection management (parent process): */
static void
fsp_got_error(struct socket *socket, struct read_buffer *rb)
{