From d2784589a0753900c656f79efa56bce38d623403 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Mon, 22 Aug 2022 12:40:20 -0600 Subject: [PATCH] Change json tag name to finger_prints Signed-off-by: Ivan Kozlovic --- server/monitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/monitor.go b/server/monitor.go index 6fbd92d6..ac5ee04d 100644 --- a/server/monitor.go +++ b/server/monitor.go @@ -149,7 +149,7 @@ type ConnInfo struct { // TLSPeerCert contains basic information about a TLS peer certificate type TLSPeerCert struct { Subject string `json:"subject,omitempty"` - Fingerprints string `json:"fprints,omitempty"` + Fingerprints string `json:"finger_prints,omitempty"` } // DefaultConnListSize is the default size of the connection list.