summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-05 09:37:32 +0100
committerGünther Deschner <gd@samba.org>2008-02-05 09:39:34 +0100
commit9d182225e175926b497ab40fb23e39dfbc675669 (patch)
treebf1cac83180bf74679e9ade31720d7c0e80986d0 /source3/nsswitch
parent0bffd59a4c6dc158a7f6efafaf189bf7f2f7397b (diff)
downloadsamba-9d182225e175926b497ab40fb23e39dfbc675669.tar.gz
samba-9d182225e175926b497ab40fb23e39dfbc675669.tar.bz2
samba-9d182225e175926b497ab40fb23e39dfbc675669.zip
Remove unused marshalling for SAMR_CONNECT.
Guenther (This used to be commit 3442abd26d7c86f6abd9c3ca3593ac3b1170e826)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
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) {