Fix typo 'unsed' -> 'unset'

Introduced in c0a50ce33e
This commit is contained in:
fokkonaut 2024-07-01 12:43:18 +02:00 committed by GitHub
parent b9f21a9cfe
commit ef8382360c
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;