off by an amount

This commit is contained in:
Ted Unangst 2019-11-08 15:26:41 -05:00
parent 564d618061
commit eb7af9838d
1 changed files with 1 additions and 1 deletions

2
web.go
View File

@ -880,7 +880,7 @@ func trackback(xid string, r *http.Request) {
sig := r.Header.Get("Signature")
if sig != "" {
m := re_keyholder.FindStringSubmatch(sig)
if len(m) > 2 {
if len(m) == 2 {
who = m[1]
}
}