Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist remove debugging sleep. Poi...



details:   https://anonhg.NetBSD.org/src/rev/50226e942851
branches:  trunk
changeset: 371940:50226e942851
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 19 11:54:02 2022 +0000

description:
remove debugging sleep. Pointed out by rillig.

diffstat:

 crypto/external/bsd/openssh/dist/ssherr.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6f76032f7962 -r 50226e942851 crypto/external/bsd/openssh/dist/ssherr.c
--- a/crypto/external/bsd/openssh/dist/ssherr.c Wed Oct 19 06:37:25 2022 +0000
+++ b/crypto/external/bsd/openssh/dist/ssherr.c Wed Oct 19 11:54:02 2022 +0000
@@ -15,7 +15,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 #include "includes.h"
-__RCSID("$NetBSD: ssherr.c,v 1.9 2020/02/27 00:24:40 christos Exp $");
+__RCSID("$NetBSD: ssherr.c,v 1.10 2022/10/19 11:54:02 christos Exp $");
 
 #include <errno.h>
 #include <stdio.h>
@@ -154,7 +154,6 @@
                {
                        static char buf[1024];
                        snprintf(buf, sizeof(buf), "unknown error %d", n);
-                       sleep(1000);
                        return buf;
                }
        }



Home | Main Index | Thread Index | Old Index