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

cannot assign to const

(This used to be commit 01757e8b51)
This commit is contained in:
Herb Lewis 2003-01-08 02:18:49 +00:00
parent 7f4177aa9e
commit 9f49bff0e3

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 */