]> andersk Git - gssapi-openssh.git/commit
replace
authorjbasney <jbasney>
Wed, 18 Aug 2004 19:48:11 +0000 (19:48 +0000)
committerjbasney <jbasney>
Wed, 18 Aug 2004 19:48:11 +0000 (19:48 +0000)
commit7a8e5702b40f6470fffdd55d9e454c391572ec64
tree7772cbd810087cda757c1871341d2409c8b2d4f0
parentccf559652d727ad99de4f21fed1f6bc200407fb0
replace
  if (strcmp(authctxt->user, "") != 0)
with equivalent
  if (authctxt->user[0])
openssh/auth2-gss.c
This page took 0.044906 seconds and 6 git commands to generate.