summaryrefslogtreecommitdiff
path: root/source4/libcli/composite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-05-10 10:07:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:36 -0500
commit1cf8396db450b5844f95d02e59075d46b514f53e (patch)
treea79fd6f41f00107b62e04eb808b00c8f97fe5815 /source4/libcli/composite
parenta21b7de463eb4ada70ca976887cabdedfc2f1539 (diff)
downloadsamba-1cf8396db450b5844f95d02e59075d46b514f53e.tar.gz
samba-1cf8396db450b5844f95d02e59075d46b514f53e.tar.bz2
samba-1cf8396db450b5844f95d02e59075d46b514f53e.zip
r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.
Andrew Bartlett (This used to be commit 77b67da5b8187951ba8c25af85bbf716cf5b3561)
Diffstat (limited to 'source4/libcli/composite')
-rw-r--r--source4/libcli/composite/sesssetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/composite/sesssetup.c b/source4/libcli/composite/sesssetup.c
index 3c59f19781..ab46c198ef 100644
--- a/source4/libcli/composite/sesssetup.c
+++ b/source4/libcli/composite/sesssetup.c
@@ -285,7 +285,7 @@ static struct smbcli_request *session_setup_spnego(struct composite_context *c,
return NULL;
}
- status = gensec_set_target_service(session->gensec, "CIFS");
+ status = gensec_set_target_service(session->gensec, "cifs");
if (!NT_STATUS_IS_OK(status)) {
DEBUG(1, ("Failed to start set GENSEC target service: %s\n",
nt_errstr(status)));