mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
One line fix to get smbmount working again.
This just turns of SPNGO becouse Win2k breaks if you attempt this and DOS
errors at the same time.
Andrew Bartlett
(This used to be commit 2c09907b53
)
This commit is contained in:
parent
86b3aeb42a
commit
69d6c9fe1a
@ -153,6 +153,9 @@ static struct cli_state *do_connection(char *the_service)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* SPNEGO doesn't work till we get NTSTATUS error support */
|
||||
c->use_spnego = False;
|
||||
|
||||
if (!cli_session_request(c, &calling, &called)) {
|
||||
char *p;
|
||||
DEBUG(0,("%d: session request to %s failed (%s)\n",
|
||||
|
Loading…
Reference in New Issue
Block a user