From 36e57fa728fc98102d3f40d4341d22e6beb3802a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 17 Apr 2010 19:24:34 +0200 Subject: [PATCH] s3: Fix a typo in winbindd_ccache_save --- source3/winbindd/winbindd_ccache_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_ccache_access.c b/source3/winbindd/winbindd_ccache_access.c index ff5c8408f4b..ac08f6879fa 100644 --- a/source3/winbindd/winbindd_ccache_access.c +++ b/source3/winbindd/winbindd_ccache_access.c @@ -314,7 +314,7 @@ void winbindd_ccache_save(struct winbindd_cli_state *state) /* Parse domain and username */ - if (!canonicalize_username(state->request->data.ccache_ntlm_auth.user, + if (!canonicalize_username(state->request->data.ccache_save.user, name_domain, name_user)) { DEBUG(5,("winbindd_ccache_save: cannot parse domain and user " "from name [%s]\n", -- 2.11.4.GIT