mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +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 commit is contained in:
parent
32f4f3a45d
commit
2c09907b53
@ -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…
x
Reference in New Issue
Block a user