r20432: Apply some const
authorVolker Lendecke <vlendec@samba.org>
Sun, 31 Dec 2006 10:08:52 +0000 (10:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:49 +0000 (12:16 -0500)
(This used to be commit 22163fee595251d4ea92279d88a1e8525188c620)

source3/smbd/process.c

index cf61e16a15740f0d7b2275deb87a4782005ac396..28c2cd65dd2fbe2253818c333b347ffd5c9d855b 100644 (file)
@@ -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);