mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-10 05:03:50 +00:00
Merge pull request #762 from fokkonaut/patch-1
Fix typo 'unsed' -> 'unset'
This commit is contained in:
commit
3911bace98
@ -609,7 +609,7 @@ int main(int argc, char ** argv)
|
||||
int commandargc = 0;
|
||||
struct UPNPDev * devlist = 0;
|
||||
char lanaddr[64] = "unset"; /* my ip address on the LAN */
|
||||
char wanaddr[64] = "unsed"; /* up address of the IGD on the WAN */
|
||||
char wanaddr[64] = "unset"; /* up address of the IGD on the WAN */
|
||||
int i;
|
||||
const char * rootdescurl = 0;
|
||||
const char * multicastif = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user