From 45a69c44e7a7c665df99d33fa29858fa139e6488 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 24 Aug 2004 10:07:49 +0000 Subject: r2005: fix compiler warnings metze (This used to be commit 71992c90cc35179ea8783d770c89b16618e1adc6) --- source4/include/cli_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include/cli_context.h') diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index a2816e2cbb..1bfa8dfd24 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -58,7 +58,7 @@ struct smbcli_negotiate { uint_t readbraw_supported:1; uint_t writebraw_supported:1; - const char *server_domain; + char *server_domain; }; /* this is the context for a SMB socket associated with the socket itself */ -- cgit