sahlberg / libnfs-python

Python bindings for libnfs
GNU Lesser General Public License v2.1
64 stars 34 forks source link

Fix missing NFS rename argument #50

Closed m-radzikowski closed 11 months ago

m-radzikowski commented 11 months ago

Hey, the nfs.rename function was not passing the context struct to nfs_rename.

I've tested it and the fix works.