define for nfs4stateid.other constant

This commit is contained in:
Olga Kornievskaia 2011-03-18 10:44:59 -04:00 committed by unknown
parent 49f141680a
commit b6d6767341
6 changed files with 7 additions and 5 deletions

View file

@ -177,7 +177,7 @@ static unsigned int WINAPI _handle_cb_recall(void *args)
print_hexbuf(3, (unsigned char *)"_handle_cb_recall: fh ",
cb_args->args->fh.fh, cb_args->args->fh.len);
print_hexbuf(3, (unsigned char *)"_handle_cb_recall: stateid ",
cb_args->args->stateid.other, 12);
cb_args->args->stateid.other, NFS4_STATEID_OTHER);
ZeroMemory(&path_fh, sizeof(nfs41_path_fh));
memcpy(&path_fh.fh, &cb_args->args->fh, sizeof(nfs41_fh));
path_fh.fh.superblock = NULL;