Merge branch 'master' of ssh://screamer.citi.umich.edu/home/projects/ms-nfs41-client-dev

This commit is contained in:
unknown 2011-08-26 16:31:24 -04:00
commit c5878eb662
4 changed files with 6 additions and 16 deletions

View file

@ -49,7 +49,7 @@ void nfs41_callback_session_init(
IN nfs41_session *session)
{
/* initialize the replay cache with status NFS4ERR_SEQ_MISORDERED */
struct cb_compound_res res;
struct cb_compound_res res = { 0 };
StringCchCopyA(res.tag.str, CB_COMPOUND_MAX_TAG, g_server_tag);
res.tag.len = sizeof(g_server_tag);
res.status = NFS4ERR_SEQ_MISORDERED;