git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43e94c
)
r22765: Fix from Alison Winters <alisonw@sgi.com> for missing return
author
Jeremy Allison
<jra@samba.org>
Wed, 9 May 2007 00:52:46 +0000
(
00:52
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:21:55 +0000
(12:21 -0500)
in sendfilereadbraw.
Jeremy.
source/smbd/reply.c
patch
|
blob
|
history
diff --git
a/source/smbd/reply.c
b/source/smbd/reply.c
index 1acd78a106925d89587021c39e146fda5ea079b4..8748c1cd23fdfa78288539663f6abbac16b7f974 100644
(file)
--- a/
source/smbd/reply.c
+++ b/
source/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: