diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-04 13:18:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:44 -0500 |
commit | 6a8355a6282563e3198c05dd6eb82107e449682c (patch) | |
tree | c343d58d690e78e7d4c539114c92fc3344e2a258 /source4/lib/registry/tools/regshell.c | |
parent | 1b3bbc7d440d61e0780fdb0b2493dd4ab9bd3f59 (diff) | |
download | samba-6a8355a6282563e3198c05dd6eb82107e449682c.tar.gz samba-6a8355a6282563e3198c05dd6eb82107e449682c.tar.bz2 samba-6a8355a6282563e3198c05dd6eb82107e449682c.zip |
r467: hopefully get the buildfarm compiling fine now...
metze
(This used to be commit d15f0e18bb43608c611cfe78fc79db9ee10e1eb2)
Diffstat (limited to 'source4/lib/registry/tools/regshell.c')
-rw-r--r-- | source4/lib/registry/tools/regshell.c | 6 |
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; |