sahlberg / libnfs

NFS client library
Other
524 stars 201 forks source link

Fix integer size for readdir's dircount/maxcount #408

Closed rovo89 closed 1 year ago

rovo89 commented 1 year ago

I had misinterpreted the types, the NFS protocol has only 4 bytes for these fields.

sahlberg commented 1 year ago

Merged, thanks