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 1 year ago

m-radzikowski commented 1 year ago

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

I've tested it and the fix works.