]> granicus.if.org Git - sudo/commitdiff
fix bogus flush of stderr
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Feb 1998 19:05:08 +0000 (19:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Feb 1998 19:05:08 +0000 (19:05 +0000)
check.c

diff --git a/check.c b/check.c
index 8aac1aeff141cd1fd30377ed59444143da076f1a..007c85d9d97ee4802be4bc2185c95a64288b9544 100644 (file)
--- 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 */