Fix the build
authorVolker Lendecke <vl@samba.org>
Wed, 5 Nov 2008 09:48:43 +0000 (10:48 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 5 Nov 2008 09:48:43 +0000 (10:48 +0100)
source3/smbd/process.c

index 958e8634e9c5ad372fe7878a3e708c894c8b9e67..7931fbebab9b8b6f8da682e2df4444b1e8fcffe3 100644 (file)
@@ -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);
 }
 
 /****************************************************************************