diff options
author | David Timber <mieabby@gmail.com> | 2020-11-15 17:05:46 +1030 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-11-15 17:05:46 +1030 |
commit | 875462207d4b702c98a3ef994caef8b1c95a1d9d (patch) | |
tree | 016ac5834be51064244bc49ee2af26f245cd0481 /src/htbt.c | |
parent | 60308ca4d9a5976a06aa8fe78a7b21951f9f206d (diff) |
Fix improper ssl client config init in proone
* Fix typo in htbt.c
Diffstat (limited to 'src/htbt.c')
-rw-r--r-- | src/htbt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2034,7 +2034,7 @@ static void htbt_cncp_do_probe (prne_htbt_t *ctx) { } rr = prm.fut->rr + idx; - // <uint32_t number of entries in hex> <txt rec name suffix> + // format: <uint32_t number of entries in hex><txt rec name suffix> // Parse header if (rr->rd_data[0] < 9) { prne_dbgpf("* TXTREC format error: insufficient length\n"); |