]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix invalid test strings in t_oid.c
authorLukas Slebodnik <lslebodn@redhat.com>
Sat, 21 Jun 2014 21:36:38 +0000 (23:36 +0200)
committerGreg Hudson <ghudson@mit.edu>
Sat, 12 Jul 2014 17:35:46 +0000 (13:35 -0400)
commit0b36398f1b501186a3111cdd794f91e0201a8d5c
tree966947946c2b097e7d65856cef1c509e5ca4891c
parent43a26c6d8ea9e2a82f780171cd34365911d71228
Fix invalid test strings in t_oid.c

A missing comma caused two invalid strings to be concatenated.  The
resulting string was still invalid so the tests passed.

[ghudson@mit.edu: clarified commit message]
src/tests/gssapi/t_oid.c