summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/tools/regshell.c')
-rw-r--r--source4/lib/registry/tools/regshell.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/registry/tools/regshell.c b/source4/lib/registry/tools/regshell.c
index 8ee2a65d06..b78f4256f0 100644
--- a/source4/lib/registry/tools/regshell.c
+++ b/source4/lib/registry/tools/regshell.c
@@ -199,9 +199,9 @@ REG_KEY *process_cmd(REG_KEY *k, char *line)
int main (int argc, char **argv)
{
int opt;
- char *backend = "dir";
- char *credentials = NULL;
- REG_KEY *curkey = NULL;;
+ const char *backend = "dir";
+ const char *credentials = NULL;
+ REG_KEY *curkey = NULL;
poptContext pc;
WERROR error;
REG_HANDLE *h;