ignoring errors from BIND_CONN_TO_SESSION

This commit is contained in:
Olga Kornievskaia 2011-03-10 11:35:58 -05:00
parent c11e5ebce2
commit 21a4fdd563

View file

@ -292,6 +292,7 @@ out_unlock:
if (status)
eprintf("nfs41_bind_conn_to_session() failed with %s\n",
nfs_error_string(status));
status = NFS4_OK;
}
return status;