diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-24 10:07:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:17 -0500 |
commit | 45a69c44e7a7c665df99d33fa29858fa139e6488 (patch) | |
tree | fd8c3cfc34d0533a74989e898b84b76cee84dc2b /source4 | |
parent | 7d1a0239bbfdd192a9fab01888d95263da722076 (diff) | |
download | samba-45a69c44e7a7c665df99d33fa29858fa139e6488.tar.gz samba-45a69c44e7a7c665df99d33fa29858fa139e6488.tar.bz2 samba-45a69c44e7a7c665df99d33fa29858fa139e6488.zip |
r2005: fix compiler warnings
metze
(This used to be commit 71992c90cc35179ea8783d770c89b16618e1adc6)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/include/cli_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |