fix connecting to (samba) server when share-level security is in effect
(do not send second password at all) Approved by: bp, re MFC after: 1 week
This commit is contained in:
parent
3054f218eb
commit
cf37bfb0ec
@ -339,7 +339,7 @@ again:
|
||||
pp = "";
|
||||
plen = 1;
|
||||
unipp = &smb_unieol;
|
||||
uniplen = sizeof(smb_unieol);
|
||||
uniplen = 0 /* sizeof(smb_unieol) */;
|
||||
}
|
||||
smb_rq_wstart(rqp);
|
||||
mbp = &rqp->sr_rq;
|
||||
|
Loading…
x
Reference in New Issue
Block a user