From 9f49bff0e3c350c65f98c412d6611305bde61ba0 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Wed, 8 Jan 2003 02:18:49 +0000 Subject: cannot assign to const (This used to be commit 01757e8b510e5475c76423ffe5e3c16b2aca134e) --- source3/nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/wbinfo.c') 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