Merge pull request #762 from fokkonaut/patch-1

Fix typo 'unsed' -> 'unset'
This commit is contained in:
Thomas BERNARD 2024-07-03 00:54:26 +02:00 committed by GitHub
commit 3911bace98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;