diff options
Diffstat (limited to 'source4/smb_server/smb2')
-rw-r--r-- | source4/smb_server/smb2/find.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/smb_server/smb2/find.c b/source4/smb_server/smb2/find.c index cd52872a1c..17f09e15ae 100644 --- a/source4/smb_server/smb2/find.c +++ b/source4/smb_server/smb2/find.c @@ -130,9 +130,6 @@ static NTSTATUS smb2srv_find_backend(struct smb2srv_find_state *state) return ntvfs_search_next(state->req->ntvfs, state->fn, state, smb2srv_find_callback); } - - /* should not be reached */ - return NT_STATUS_INTERNAL_ERROR; } void smb2srv_find_recv(struct smb2srv_request *req) |