summaryrefslogtreecommitdiffstats
path: root/source/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
commit3442abd26d7c86f6abd9c3ca3593ac3b1170e826 (patch)
tree9ff34d13eb653dfb2c4049e28cc112bf3cee34bd /source/nsswitch
parent2b1bc8ab68a0ed8fb77030d421618cf4a664f5e3 (diff)
downloadsamba-3442abd26d7c86f6abd9c3ca3593ac3b1170e826.tar.gz
samba-3442abd26d7c86f6abd9c3ca3593ac3b1170e826.tar.xz
samba-3442abd26d7c86f6abd9c3ca3593ac3b1170e826.zip
Remove unused marshalling for SAMR_CONNECT.
Guenther
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/wbinfo.c b/source/nsswitch/wbinfo.c
index 106163b1f9d..9d1a56536b7 100644
--- a/source/nsswitch/wbinfo.c
+++ b/source/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) {