summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-05-09 00:52:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:55 -0500
commit1e6e3f82798d31bc7f5d33d84b5413c4d7f91e97 (patch)
treeb98006fec9336fabacae0c343fa315f1d5abc00b /source3/smbd/reply.c
parent4aa44f7475e03dcc596f6a13fffffda7268074a1 (diff)
downloadsamba-1e6e3f82798d31bc7f5d33d84b5413c4d7f91e97.tar.gz
samba-1e6e3f82798d31bc7f5d33d84b5413c4d7f91e97.tar.bz2
samba-1e6e3f82798d31bc7f5d33d84b5413c4d7f91e97.zip
r22765: Fix from Alison Winters <alisonw@sgi.com> for missing return
in sendfilereadbraw. Jeremy. (This used to be commit b523e782b0f3a3899e5f448698fbecddd59f4369)
Diffstat (limited to 'source3/smbd/reply.c')
-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: