* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUG

with HOME.
This commit is contained in:
Christopher Faylor 2005-06-08 15:42:58 +00:00
parent ce132d0ffd
commit 7273344558
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-06-08 Christopher Faylor <cgf@timesys.com>
* environ.cc (spenvs): Remove cut/paste error which associated
CYGWIN_DEBUG with HOME.
2005-06-08 Corinna Vinschen <corinna@vinschen.de>
* security.cc (cygwin_logon_user): Run LogonUser in the primary

View File

@ -870,7 +870,7 @@ struct spenv
static NO_COPY spenv spenvs[] =
{
#ifdef DEBUGGING
{NL ("CYGWIN_DEBUG="), false, true, &cygheap_user::env_homedrive},
{NL ("CYGWIN_DEBUG="), false, true, NULL},
#endif
{NL ("HOMEDRIVE="), false, false, &cygheap_user::env_homedrive},
{NL ("HOMEPATH="), false, false, &cygheap_user::env_homepath},