]> andersk Git - gssapi-openssh.git/commit
replace
authorjbasney <jbasney>
Wed, 18 Aug 2004 21:06:33 +0000 (21:06 +0000)
committerjbasney <jbasney>
Wed, 18 Aug 2004 21:06:33 +0000 (21:06 +0000)
commit941f3f292f6a74a7252f16e5466044ff10f6bd75
treedfdbd4bcc59ef9f652e895c6f6c8293467642d1e
parent7a8e5702b40f6470fffdd55d9e454c391572ec64
replace
  if (strcmp(authctxt->user, "") != 0)
with equivalent
  if (authctxt->user[0])
and added some comments
openssh/auth2-gss.c
This page took 0.746901 seconds and 6 git commands to generate.