]> andersk Git - gssapi-openssh.git/commitdiff
updated from OPENSSH_3_2_3P1_GSI_2 to OPENSSH_3_2_3P1_GSI_3
authorjbasney <jbasney>
Fri, 21 Jun 2002 00:49:29 +0000 (00:49 +0000)
committerjbasney <jbasney>
Fri, 21 Jun 2002 00:49:29 +0000 (00:49 +0000)
openssh/auth2.c

index 8c331f7b1abe3542626936abd31502c59b785779..1c536441cfa48bac6dff5bb37f67b74422995d67 100644 (file)
@@ -223,8 +223,10 @@ input_userauth_request(int type, u_int32_t seq, void *ctxt)
                         }
 
                 } else {
-                debug("I gridmapped and got null, reverting to %s", authctxt->user);
-                user = authctxt->user;
+                   debug("I gridmapped and got null, reverting to %s",
+                         authctxt->user);
+                   xfree(user);
+                   user = xstrdup(authctxt->user);
                 }
         }
         else if(changeuser) {
This page took 0.084627 seconds and 5 git commands to generate.