Increased shell max length to 128.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@237 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2002-10-23 14:55:52 +00:00
parent f88e8c89a1
commit 5d2caf3e46

View File

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