forked from premiere/premiere-libtorrent
fix protocol_str in portmap_alert
This commit is contained in:
parent
2025c15ec1
commit
24d08cdf82
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue