summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/client/smbmount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 2b5617ceb5..8b56d21bec 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -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",