From: Todd C. Miller Date: Fri, 6 Feb 1998 19:05:08 +0000 (+0000) Subject: fix bogus flush of stderr X-Git-Tag: SUDO_1_5_6~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4c1c9190e1759ed6cc11aa9d2c715ca314b593f;p=sudo fix bogus flush of stderr --- diff --git a/check.c b/check.c index 8aac1aeff..007c85d9d 100644 --- a/check.c +++ b/check.c @@ -868,7 +868,7 @@ static void reminder() (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n", #else (void) fprintf(stderr, "\n%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n", - " CU sudo version 1.5.5b1.5.5, based on Root Group sudo version 1.1", + " CU sudo version 1.5.5b1, based on Root Group sudo version 1.1", " sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.", " sudo comes with ABSOLUTELY NO WARRANTY. This is free software,", " and you are welcome to redistribute it under certain conditions.", @@ -878,7 +878,5 @@ static void reminder() " #1) Respect the privacy of others.", " #2) Think before you type." ); - - (void) fflush(stderr); } #endif /* NO_MESSAGE */