mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue