search for: sr_serror

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

2005 Nov 07
0
rsync: readdir(.): Bad file descriptor (9)
.../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 #1: Tue Nov 1 22:15:50 EST 20...