mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r15739: return False when the function is called with an invalid level
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5114cab662
commit
fc20e4154a
@@ -1086,7 +1086,7 @@ static BOOL find_fill_info(struct find_state *state,
|
||||
case RAW_SEARCH_FUNIQUE:
|
||||
case RAW_SEARCH_GENERIC:
|
||||
/* handled elsewhere */
|
||||
break;
|
||||
return False;
|
||||
|
||||
case RAW_SEARCH_STANDARD:
|
||||
if (state->flags & FLAG_TRANS2_FIND_REQUIRE_RESUME) {
|
||||
|
||||
Reference in New Issue
Block a user