From 69e941483a064e344827ec0a296b0ceb61085320 Mon Sep 17 00:00:00 2001 From: Vincent Castellano Date: Thu, 25 Jul 2019 21:55:26 -0700 Subject: [PATCH] Fix typo in ActiveQuotaScan json annotations --- sftpd/sftpd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sftpd/sftpd.go b/sftpd/sftpd.go index f670e6ca..d06d9832 100644 --- a/sftpd/sftpd.go +++ b/sftpd/sftpd.go @@ -41,7 +41,7 @@ type connectionTransfer struct { // ActiveQuotaScan username and start data for a quota scan type ActiveQuotaScan struct { - Username string `json:"usernane"` + Username string `json:"username"` StartTime int64 `json:"start_time"` }