summaryrefslogtreecommitdiff
path: root/source3/torture/pdbtest.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-03-26 16:40:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:53 -0500
commitf091c04392cec7c4f8f0185566b3560095b899c8 (patch)
tree5054d1c1245551e3c8000a19a3d225e732cce156 /source3/torture/pdbtest.c
parentb2c54ddbb21fd5a2d9591092e50bc64a5cd274d0 (diff)
downloadsamba-f091c04392cec7c4f8f0185566b3560095b899c8.tar.gz
samba-f091c04392cec7c4f8f0185566b3560095b899c8.tar.bz2
samba-f091c04392cec7c4f8f0185566b3560095b899c8.zip
r21965: fix compiler warning
metze (This used to be commit cde58ee97ff0de1eb37f62fbf2d52134419dcb5f)
Diffstat (limited to 'source3/torture/pdbtest.c')
-rw-r--r--source3/torture/pdbtest.c2
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" },