fix protocol_str in portmap_alert

This commit is contained in:
arvidn 2017-09-02 10:39:55 +02:00
parent 2025c15ec1
commit 24d08cdf82
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ namespace {
static char const* const nat_type_str[] = {"NAT-PMP", "UPnP"};
static char const* const protocol_str[] = {"TCP", "UDP"};
static char const* const protocol_str[] = {"none", "TCP", "UDP"};
static char const* const socket_type_str[] = {
"null",