]> andersk Git - gssapi-openssh.git/commitdiff
merge OPENSSH_3_8P1_GSSAPI_20040305 to gpt-branch OPENSSH_3_8P1_GSSAPI_20040305_GPT-merged
authorjbasney <jbasney>
Fri, 5 Mar 2004 21:56:31 +0000 (21:56 +0000)
committerjbasney <jbasney>
Fri, 5 Mar 2004 21:56:31 +0000 (21:56 +0000)
openssh/CVSNOTES
openssh/sshd.c

index 135e4ef3cf47c59c496f5255ac9f29fbde2c8436..9696e84393a049c3c007e51a8e01467351d36a71 100644 (file)
@@ -51,6 +51,14 @@ module that contains the GSI-OpenSSH code.  Consider it a living document.
 
   [ History ]
 
+    2004/03/05
+    ----------
+      Action: Merge
+        - occurred on: GPT branch
+        - orig base: OPENSSH_3_8P1_GSSAPI_20040304
+        - new base: OPENSSH_3_8P1_GSSAPI_20040305
+      Conflicts: 0
+
     2004/03/04
     ----------
       Action: Merge
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.045909 seconds and 5 git commands to generate.