--- sourceforge.net/trunk/rdesktop/licence.c 2003/06/06 10:44:20 408 +++ sourceforge.net/trunk/rdesktop/licence.c 2003/07/28 21:41:12 437 @@ -26,7 +26,7 @@ #include "crypto/rc4.h" #endif -extern char username[16]; +extern char g_username[16]; extern char hostname[16]; static uint8 g_licence_key[16]; @@ -174,7 +174,7 @@ return; } - licence_send_request(null_data, null_data, username, hostname); + licence_send_request(null_data, null_data, g_username, hostname); } /* Send an authentication response packet */