summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-12-31 10:08:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:49 -0500
commitab7fc62edfb32422bf95dbf358f6ee5d94e27a34 (patch)
treea966625408aed2ae43459d76b985ce31715d9bbb /source3/smbd
parent17a8c7cb9206a99360cfd33f1d29ef727b581955 (diff)
downloadsamba-ab7fc62edfb32422bf95dbf358f6ee5d94e27a34.tar.gz
samba-ab7fc62edfb32422bf95dbf358f6ee5d94e27a34.tar.bz2
samba-ab7fc62edfb32422bf95dbf358f6ee5d94e27a34.zip
r20432: Apply some const
(This used to be commit 22163fee595251d4ea92279d88a1e8525188c620)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
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);