From 9bc3b5756ef3f36aaa0a1b28db71767c87e9446e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 21 Feb 2021 13:00:31 +0100 Subject: accountd: Fix prototype. --- lacme-accountd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lacme-accountd') diff --git a/lacme-accountd b/lacme-accountd index c8c6d5e..27e45cd 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -217,7 +217,7 @@ unless (defined $OPTS{stdio}) { # For each new connection, send the protocol version and the account key's # public parameters, then sign whatever comes in # -sub conn($$;$) { +sub conn($$$) { my ($in, $out, $id) = @_; $out->printflush( "$PROTOCOL_VERSION OK", "\r\n", $JWK_STR, "\r\n" ) or warn "print: $!"; -- cgit v1.2.3