Length of shell (-s argument) changed from 128 to 256, since investigations

show that WTS servers chop the string at 256 byte.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1045 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Erik Forsberg 2006-02-24 08:21:31 +00:00
parent bcfc457bd5
commit 11d2983f62

View File

@ -380,7 +380,7 @@ main(int argc, char *argv[])
char fullhostname[64]; char fullhostname[64];
char domain[16]; char domain[16];
char password[64]; char password[64];
char shell[128]; char shell[256];
char directory[32]; char directory[32];
BOOL prompt_password, deactivated; BOOL prompt_password, deactivated;
struct passwd *pw; struct passwd *pw;