Invalid assignment while trying to set input to NULL
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 13 Mar 2008 17:51:09 +0000 (17:51 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 13 Mar 2008 17:51:09 +0000 (17:51 +0000)
commit5bd9c5a13ee8d93bebd3ca2e2410583a0665ef05
tree1aaecc0d414d9dde24dfb34ce80311e55ef6c4e7
parent416478ebed8ea7116ad5acd9e88b106c201aa281
Invalid assignment while trying to set input to NULL

cc_seq_fetch_NCs_end and cc_seq_fetch_creds_end should try to set their
iterator inputs to NULL.  Fixed code to assign the inputs to NULL rather
than the temporary variables.  (Not sure why the previous code was
even compiling on the Mac.)

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20274 dc483132-0cff-0310-8789-dd5450dbe970
src/ccapi/lib/ccapi_v2.c