From ac7636cbfceb4a58dc8a9281536026623008998b Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 28 Jan 1997 07:09:05 +0000 Subject: [PATCH] Oops, fix white space in last commit. --- libexec/ftpd/ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 8708ebf4ec5f..1de32c47e801 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1647,7 +1647,7 @@ dologout(status) /* * Prevent reception of SIGURG from resulting in a resumption * back to the main program loop. - */ + */ transflag = 0; if (logged_in) {