From b9211deba8aa6e0da4e66b6675b1e4baaaea55e1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 5 Nov 2008 10:48:43 +0100 Subject: Fix the build --- source3/smbd/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 958e8634e9..7931fbebab 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); } /**************************************************************************** -- cgit