Author: sedwards Date: Tue Feb 17 01:06:45 2009 New Revision: 39643
URL: http://svn.reactos.org/svn/reactos?rev=39643&view=rev Log: hardcode c:\reactos\system32\cmd.exe for now
Modified: trunk/rosapps/applications/sysutils/telnetd/telnetd.c
Modified: trunk/rosapps/applications/sysutils/telnetd/telnetd.c URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/sysutils/telne... ============================================================================== --- trunk/rosapps/applications/sysutils/telnetd/telnetd.c [iso-8859-1] (original) +++ trunk/rosapps/applications/sysutils/telnetd/telnetd.c [iso-8859-1] Tue Feb 17 01:06:45 2009 @@ -364,7 +364,7 @@ PROCESS_INFORMATION piProcInfo; SECURITY_ATTRIBUTES saAttr;
- const char *name = "c:\windows\system32\cmd.exe"; + const char *name = "c:\reactos\system32\cmd.exe"; const char *cmd = NULL; //const char *name = "d:\cygwin\bin\bash.exe"; //const char *cmd = "d:\cygwin\bin\bash.exe --login -i";