]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshd.c
added note that we added GT 3.2b compatibility in this release
[gssapi-openssh.git] / openssh / sshd.c
index 474f77792982860611a68847062620e0959d239a..c2ab903bd07ae9a8a95381e7b22112bde30dd17c 100644 (file)
@@ -1121,8 +1121,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.030303 seconds and 4 git commands to generate.