]> andersk Git - gssapi-openssh.git/commitdiff
don't clear environment. GSI needs it (GLOBUS_LOCATION, X509_CERT_DIR, LD_LIBRARY_PAT... OPENSSH_3_8P1_GSSAPI_20040305
authorjbasney <jbasney>
Fri, 5 Mar 2004 19:22:40 +0000 (19:22 +0000)
committerjbasney <jbasney>
Fri, 5 Mar 2004 19:22:40 +0000 (19:22 +0000)
openssh/sshd.c

index e20adcd09e1dc6424979eb8ccc4bf0c0ce8300e5..2e8a4c249c9ab383d7485f8b754be350a7b50eb6 100644 (file)
@@ -1119,8 +1119,10 @@ main(int ac, char **av)
        chdir("/");
 
 #ifndef HAVE_CYGWIN
+#ifndef GSI /* GSI gets configuration from environment! */
        /* Clear environment */
        environ[0] = NULL;
+#endif
 #endif
 
        /* ignore SIGPIPE */
This page took 0.273712 seconds and 5 git commands to generate.