From fb184a4cd013dcca439568a04b8462e8c655eec8 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Mon, 5 Mar 2007 20:21:24 +0200 Subject: [PATCH] fsp: prompt_username_pw is in the parent process. --- src/protocol/fsp/fsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/protocol/fsp/fsp.c b/src/protocol/fsp/fsp.c index cb4491028..d22404cb0 100644 --- a/src/protocol/fsp/fsp.c +++ b/src/protocol/fsp/fsp.c @@ -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) {