build: pacified compiler warnings in x86/x64
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
0694415a95
commit
06b025a89c
6 changed files with 11 additions and 13 deletions
|
|
@ -143,7 +143,7 @@ static int recover_open(
|
|||
IN OUT bool_t *grace)
|
||||
{
|
||||
open_delegation4 delegation = { 0 };
|
||||
stateid4 stateid;
|
||||
stateid4 stateid = { 0 };
|
||||
enum open_delegation_type4 delegate_type = OPEN_DELEGATE_NONE;
|
||||
int status = NFS4ERR_BADHANDLE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue