From 3981c303a3b688295a50917098da2224fddb4537 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 7 Jan 2003 17:43:37 +0000 Subject: cannot make assignments to const values. (This used to be commit e3b1e64d9f23347a5ecefeb15329b6ec8971a55e) --- source3/nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 720cf5822c..f03b0493de 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -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 */ -- cgit