Add a missing call in t_kgss_user.c
authorGreg Hudson <ghudson@mit.edu>
Mon, 27 Jun 2011 21:07:20 +0000 (21:07 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 27 Jun 2011 21:07:20 +0000 (21:07 +0000)
commit9f64a8329f15ff80d0f38e91e4781be1399d1f41
tree92abcf93053a95d08c433f7890b141a10757e5a9
parente9c1c57a9c4d8b14c04d1534c5520f63a0a5b311
Add a missing call in t_kgss_user.c

The userland side of the gss kernel subset tests was missing a call to
read_iov_token() at the end of the operation sequence.  This mistake
caused a race condition where the child could either exit successfully
(if it finished send_iov_token() before the parent closed its end of
the pipe) or could fail with an EPIPE error from write().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24993 dc483132-0cff-0310-8789-dd5450dbe970
src/util/gss-kernel-lib/t_kgss_user.c