diff options
-rw-r--r-- | source3/torture/pdbtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index 8b15f9629b..b51e36e355 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -236,7 +236,7 @@ int main(int argc, char **argv) uint32 expire, min_age, history; struct pdb_methods *pdb; poptContext pc; - static char *backend = NULL; + static const char *backend = NULL; static const char *unix_user = "nobody"; struct poptOption long_options[] = { {"username", 'u', POPT_ARG_STRING, &unix_user, 0, "Unix user to use for testing", "USERNAME" }, |