aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-21 13:01:14 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-21 13:03:55 +0100
commit594c32ac58167396980a404261047e94155a83d3 (patch)
treec9374b938ca7f73f3297b8ccfbb640463e5b67da /lacme-accountd
parent9bc3b5756ef3f36aaa0a1b28db71767c87e9446e (diff)
wording
Diffstat (limited to 'lacme-accountd')
-rwxr-xr-xlacme-accountd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme-accountd b/lacme-accountd
index 27e45cd..6a6e90d 100755
--- a/lacme-accountd
+++ b/lacme-accountd
@@ -231,7 +231,7 @@ sub conn($$$) {
last;
}
unless (defined $payload and $payload =~ /\A[A-Za-z0-9\-_]*\z/) {
- # payload can be empty, for instance for POST-as-GET
+ # POST-as-GET yields an empty payload
info("[$id] >>> Error: Malformed payload data, refusing to sign!");
last;
}