s3: Remove unnecessary callers of get_full_smb_filename
authorTim Prouty <tprouty@samba.org>
Tue, 21 Jul 2009 18:35:17 +0000 (11:35 -0700)
committerTim Prouty <tprouty@samba.org>
Tue, 21 Jul 2009 19:04:59 +0000 (12:04 -0700)
commit23c703a01eddfa9103352e0ad43bc9fe39ea0c27
tree0313bc38c66f8c61d35e008d684a240bb116d5e6
parent00e267008defe18475115a4300addf3cbcabff5a
s3: Remove unnecessary callers of get_full_smb_filename

This often times means explicitly denying certain operations on a stream
as they are not supported or don't make sense at a particular level.  At
some point in the future these can be enabled, but for now it's better to
remove ambiguity
source3/modules/vfs_default.c
source3/smbd/close.c
source3/smbd/file_access.c
source3/smbd/reply.c
source3/smbd/trans2.c