From 9d182225e175926b497ab40fb23e39dfbc675669 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 5 Feb 2008 09:37:32 +0100 Subject: Remove unused marshalling for SAMR_CONNECT. Guenther (This used to be commit 3442abd26d7c86f6abd9c3ca3593ac3b1170e826) --- 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 106163b1f9..9d1a56536b 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -865,7 +865,7 @@ static bool wbinfo_auth(char *username) wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE; char *s = NULL; char *p = NULL; - char *password = NULL; + const char *password = NULL; char *name = NULL; if ((s = SMB_STRDUP(username)) == NULL) { -- cgit