diff options
Diffstat (limited to 'source4/include/cli_context.h')
-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 */ |