[SCM] Samba Shared Repository - branch master updated - b9211deba8aa6e0da4e66b6675b1e4baaaea55e1

Volker Lendecke vlendec at samba.org
Wed Nov 5 09:44:37 GMT 2008


The branch, master has been updated
       via  b9211deba8aa6e0da4e66b6675b1e4baaaea55e1 (commit)
      from  95d1825a51544eba8e2fd4d3cfccaf9c240b7ce6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b9211deba8aa6e0da4e66b6675b1e4baaaea55e1
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Nov 5 10:48:43 2008 +0100

    Fix the build

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 958e863..7931fbe 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -1610,7 +1610,7 @@ void construct_reply_common(const char *inbuf, char *outbuf)
 
 void construct_reply_common_req(struct smb_request *req, char *outbuf)
 {
-	return construct_reply_common((char *)req->inbuf, outbuf);
+	construct_reply_common((char *)req->inbuf, outbuf);
 }
 
 /****************************************************************************


-- 
Samba Shared Repository


More information about the samba-cvs mailing list