mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
Ignore silently set disposition information when set on a path.
Samba4 tester. Jeremy. (This used to be commit e9cef615550fc2dc4a8a84ca080f13dc39d5b292)
This commit is contained in:
parent
6c396ea577
commit
8ceb628d5c
@ -2685,8 +2685,9 @@ static int call_trans2setfilepathinfo(connection_struct *conn,
|
||||
if (total_data < 1)
|
||||
return(ERROR_DOS(ERRDOS,ERRinvalidparam));
|
||||
|
||||
/* Just ignore this set on a path. */
|
||||
if (tran_call != TRANSACT2_SETFILEINFO)
|
||||
return ERROR_DOS(ERRDOS,ERRunknownlevel);
|
||||
break;
|
||||
|
||||
if (fsp == NULL)
|
||||
return(UNIXERROR(ERRDOS,ERRbadfid));
|
||||
|
Loading…
x
Reference in New Issue
Block a user