1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

cannot make assignments to const values.

This commit is contained in:
Herb Lewis 0001-01-01 00:00:00 +00:00
parent cfe2d01b7d
commit e3b1e64d9f

View File

@ -573,7 +573,7 @@ static BOOL print_domain_groups(void)
static BOOL wbinfo_set_auth_user(char *username)
{
const char *password;
char *password;
fstring user, domain;
/* Separate into user and password */