From 5d2caf3e4626ee2a998c6ddafb653669d4ecc3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Wed, 23 Oct 2002 14:55:52 +0000 Subject: [PATCH] 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 --- rdesktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdesktop.c b/rdesktop.c index 42be875..a35b078 100644 --- a/rdesktop.c +++ b/rdesktop.c @@ -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;