mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
783851099b
js arrays are a special type of object where the length property is
automatic, and cannot be modified manually. Our code was manually
setting length, which made it abort when someone passed in a real ejs
array. To fix this we need to create real arrays instead of objects,
and remove the code that manually sets the length
(This used to be commit
|
||
---|---|---|
packaging/debian | ||
source4 | ||
swat | ||
testdata/samba3 | ||
testprogs | ||
10kcommit.txt | ||
COPYING | ||
howto.txt | ||
prog_guide.txt | ||
swat2.txt |