From ab7fc62edfb32422bf95dbf358f6ee5d94e27a34 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 31 Dec 2006 10:08:52 +0000 Subject: r20432: Apply some const (This used to be commit 22163fee595251d4ea92279d88a1e8525188c620) --- source3/smbd/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index cf61e16a15..28c2cd65dd 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -1112,7 +1112,7 @@ void remove_from_common_flags2(uint32 v) common_flags2 &= ~v; } -void construct_reply_common(char *inbuf,char *outbuf) +void construct_reply_common(const char *inbuf, char *outbuf) { set_message(outbuf,0,0,False); -- cgit