search for: md_get_uint16l

Displaying 1 result from an estimated 1 matches for "md_get_uint16l".

Did you mean: md_get_uint16le
2005 Nov 07
0
rsync: readdir(.): Bad file descriptor (9)
...the error message is /usr/src/sys/netsmb/smb_rq.c Line 344 if (rqp->sr_vc->vc_hflags2 & SMB_FLAGS2_ERR_STATUS) { error = md_get_uint32le(mdp, &rqp->sr_error); } else { error = md_get_uint8(mdp, &rqp->sr_errclass); error = md_get_uint8(mdp, &tb); error = md_get_uint16le(mdp, &rqp->sr_serror); if (!error) rperror = smb_maperror(rqp->sr_errclass, rqp->sr_serror); I'm working through the netsmb source code, but it's slow going. I ran the above example on # uname -a FreeBSD 30.dhcp.hck.carroll.com 4.11-STABLE FreeBSD 4.11-STABLE...