Session objects have no destroy method. Signed-off-by: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx> --- nfs4.1/dataserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs4.1/dataserver.py b/nfs4.1/dataserver.py index b8dd903..175dd95 100644 --- a/nfs4.1/dataserver.py +++ b/nfs4.1/dataserver.py @@ -58,7 +58,7 @@ class DataServer(object): self.make_root() def disconnect(self): - self.sess.destroy() + pass def execute(self, ops, exceptions=[], delay=5, maxretries=3): """ execute the NFS call -- 1.8.5.2 (Apple Git-48) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html