From 6465c6727be15cd2e915710bdc3e2f4244ad2083 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 20 Jul 2002 10:17:02 +0000 Subject: [PATCH] Make it clear that the 'service' isn't to be touched. (Make it const). Andrew Bartlett --- source/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 813b9f39f..ba0e15bd4 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -156,7 +156,7 @@ int reply_special(char *inbuf,char *outbuf) int reply_tcon(connection_struct *conn, char *inbuf,char *outbuf, int dum_size, int dum_buffsize) { - char *service; + const char *service; pstring service_buf; pstring password; pstring dev; -- 2.34.1