1
0
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:
Stefan Metzmacher
2006-05-20 10:31:23 +00:00
committed by Gerald (Jerry) Carter
parent 5114cab662
commit fc20e4154a

View File

@@ -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) {