parent
b0ae8a46a0
commit
c5bfba483f
15 changed files with 279 additions and 271 deletions
|
|
@ -120,7 +120,7 @@ nfs3errstr(Nfs3Status status)
|
|||
int i;
|
||||
|
||||
for(i=0; i<nelem(etab); i++){
|
||||
if(etab[i].status == status){
|
||||
if((int)etab[i].status == (int)status){
|
||||
werrstr(etab[i].msg);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue