cannot make assignments to const values.
authorHerb Lewis <herb@samba.org>
Tue, 7 Jan 2003 17:43:37 +0000 (17:43 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 7 Jan 2003 17:43:37 +0000 (17:43 +0000)
(This used to be commit e3b1e64d9f23347a5ecefeb15329b6ec8971a55e)

source3/nsswitch/wbinfo.c

index 720cf5822ca2e7c596b044a1356c7853ff5f1060..f03b0493def0c3f1ae83c6e806abeed5693685c8 100644 (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 */