all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH access-control] fix typo in oathkeygen: randon -> random
@ 2021-04-20 12:11 Lorenz Stechauner
  2021-04-20 16:14 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenz Stechauner @ 2021-04-20 12:11 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
---
 oathkeygen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oathkeygen b/oathkeygen
index 89e385a..82e4eec 100755
--- a/oathkeygen
+++ b/oathkeygen
@@ -6,6 +6,6 @@ use MIME::Base32; #libmime-base32-perl
 
 my $test;
 open(RND, "/dev/urandom");
-sysread(RND, $test, 10) == 10 || die "read randon data failed\n";
+sysread(RND, $test, 10) == 10 || die "read random data failed\n";
 print MIME::Base32::encode_rfc3548($test) . "\n";
 
-- 
2.20.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH access-control] fix typo in oathkeygen: randon -> random
  2021-04-20 12:11 [pve-devel] [PATCH access-control] fix typo in oathkeygen: randon -> random Lorenz Stechauner
@ 2021-04-20 16:14 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-04-20 16:14 UTC (permalink / raw)
  To: Proxmox VE development discussion, Lorenz Stechauner

On 20.04.21 14:11, Lorenz Stechauner wrote:
> Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
> ---
>  oathkeygen | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-20 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 12:11 [pve-devel] [PATCH access-control] fix typo in oathkeygen: randon -> random Lorenz Stechauner
2021-04-20 16:14 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal