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:
parent
6265b1ee96
commit
cde58ee97f
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user