diff options
Diffstat (limited to 'source3/client/client.c')
-rw-r--r-- | source3/client/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index feb9e07d16..76e07cb4f3 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2057,9 +2057,9 @@ static BOOL list_servers(char *wk_grp) */ static struct { - const char *name; + char *name; int (*fn)(void); - const char *description; + char *description; char compl_args[2]; /* Completion argument info */ } commands[] = { |