mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-19 02:41:25 +00:00
Fixes b8d1d79224abfdb3a05874237395aadd156986d2
This commit is contained in:
parent
2e30127cee
commit
68404435b6
@ -69,6 +69,7 @@ int main(int argc, char * * argv)
|
|||||||
break;
|
break;
|
||||||
} else if(n == 0) {
|
} else if(n == 0) {
|
||||||
printf("Socket closed\n");
|
printf("Socket closed\n");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
printf("%d bytes read\n", (int)n);
|
printf("%d bytes read\n", (int)n);
|
||||||
printresponse(buffer, (int)n);
|
printresponse(buffer, (int)n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user