From 875462207d4b702c98a3ef994caef8b1c95a1d9d Mon Sep 17 00:00:00 2001 From: David Timber Date: Sun, 15 Nov 2020 17:05:46 +1030 Subject: Fix improper ssl client config init in proone * Fix typo in htbt.c --- src/htbt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htbt.c') diff --git a/src/htbt.c b/src/htbt.c index 7337ca7..28f49c3 100644 --- a/src/htbt.c +++ b/src/htbt.c @@ -2034,7 +2034,7 @@ static void htbt_cncp_do_probe (prne_htbt_t *ctx) { } rr = prm.fut->rr + idx; - // + // format: // Parse header if (rr->rd_data[0] < 9) { prne_dbgpf("* TXTREC format error: insufficient length\n"); -- cgit