The length check in make_file() doesn't need to subtract pathname_len
authorWayne Davison <wayned@samba.org>
Sat, 7 Jul 2007 16:01:59 +0000 (16:01 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 7 Jul 2007 16:01:59 +0000 (16:01 +0000)
commitb3b326016a4d29fea20d97e782f1af05542aca22
tree2ebe9d7a77e8651578c94016cbad8ab1ab6056ac
parent4bde45f60e1b6c49a86a19389adddfb45b99a6c5
The length check in make_file() doesn't need to subtract pathname_len
anymore, as the sender code never concatenates the F_PATHNAME() value
with the dirname+basename string these days.
flist.c