--- sourceforge.net/trunk/rdesktop/rdesktop.c 2003/09/22 12:33:21 471 +++ sourceforge.net/trunk/rdesktop/rdesktop.c 2003/10/06 09:37:24 479 @@ -40,8 +40,8 @@ #include "crypto/md5.h" #endif -char g_title[32] = ""; -char g_username[16]; +char g_title[64] = ""; +char g_username[64]; char hostname[16]; char keymapname[16]; int keylayout = 0x409; /* Defaults to US keyboard layout */ @@ -197,7 +197,7 @@ char server[64]; char fullhostname[64]; char domain[16]; - char password[16]; + char password[64]; char shell[128]; char directory[32]; BOOL prompt_password, rdp_retval = False; @@ -425,7 +425,9 @@ if (!ui_init()) return 1; - /* rdpsnd_init(); */ +#ifdef WITH_RDPSND + rdpsnd_init(); +#endif /* rdpdr_init(); */ if (!rdp_connect(server, flags, domain, password, shell, directory))