We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5b06 commit 85b3d68Copy full SHA for 85b3d68
auth2.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: auth2.c,v 1.169 2024/05/17 00:30:23 djm Exp $ */
+/* $OpenBSD: auth2.c,v 1.170 2025/01/17 00:09:41 dtucker Exp $ */
2
/*
3
* Copyright (c) 2000 Markus Friedl. All rights reserved.
4
*
@@ -238,7 +238,7 @@ user_specific_delay(const char *user)
238
/* 0-4.2 ms of delay */
239
delay = (double)PEEK_U32(hash) / 1000 / 1000 / 1000 / 1000;
240
freezero(hash, len);
241
- debug3_f("user specific delay %0.3lfms", delay/1000);
+ debug3_f("user specific delay %0.3lfms", delay*1000);
242
return MIN_FAIL_DELAY_SECONDS + delay;
243
}
244
0 commit comments