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:
435d229
)
r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.
author
Andrew Bartlett
<abartlet@samba.org>
Tue, 10 May 2005 10:07:18 +0000
(10:07 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:36 +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 3c59f19781b327a067bb4134b49ca895d80dfdcf..ab46c198ef3254ee760a063494b2c459e23ed613 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)));