1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r21965: fix compiler warning

metze
This commit is contained in:
Stefan Metzmacher 2007-03-26 16:40:29 +00:00 committed by Gerald (Jerry) Carter
parent 6265b1ee96
commit cde58ee97f

View File

@ -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" },