parent
79858f9ec3
commit
22c1386351
|
@ -588,7 +588,7 @@ upnp_get_portmapping_number_of_entries()
|
||||||
#else
|
#else
|
||||||
int n = 0, r = 0;
|
int n = 0, r = 0;
|
||||||
unsigned short eport, iport;
|
unsigned short eport, iport;
|
||||||
char protocol[4], iaddr[32], desc[64], rhost[32];
|
char protocol[8], iaddr[32], desc[64], rhost[32];
|
||||||
unsigned int leaseduration;
|
unsigned int leaseduration;
|
||||||
do {
|
do {
|
||||||
protocol[0] = '\0'; iaddr[0] = '\0'; desc[0] = '\0';
|
protocol[0] = '\0'; iaddr[0] = '\0'; desc[0] = '\0';
|
||||||
|
|
Loading…
Reference in New Issue