summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/reply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 1acd78a106..8748c1cd23 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2238,6 +2238,7 @@ void send_file_readbraw(connection_struct *conn, files_struct *fsp, SMB_OFF_T st
exit_server_cleanly("send_file_readbraw sendfile failed");
}
+ return;
}
normal_readbraw: