git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd61ff8
)
r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.
author
Andrew Bartlett
<abartlet@samba.org>
Tue, 10 May 2005 09:50:29 +0000
(09:50 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:35 +0000
(13:16 -0500)
Andrew Bartlett
source/libcli/composite/sesssetup.c
patch
|
blob
|
history
diff --git
a/source/libcli/composite/sesssetup.c
b/source/libcli/composite/sesssetup.c
index ab46c198ef3254ee760a063494b2c459e23ed613..3c59f19781b327a067bb4134b49ca895d80dfdcf 100644
(file)
--- a/
source/libcli/composite/sesssetup.c
+++ b/
source/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)));