Increased the length of the directory variable to 256 bytes; the same as for the shell.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1046 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2006-02-27 19:36:35 +00:00
parent 11d2983f62
commit 67fff0767c

View File

@ -381,7 +381,7 @@ main(int argc, char *argv[])
char domain[16]; char domain[16];
char password[64]; char password[64];
char shell[256]; char shell[256];
char directory[32]; char directory[256];
BOOL prompt_password, deactivated; BOOL prompt_password, deactivated;
struct passwd *pw; struct passwd *pw;
uint32 flags, ext_disc_reason = 0; uint32 flags, ext_disc_reason = 0;