One line fix to get smbmount working again.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 5 Jan 2002 03:45:50 +0000 (03:45 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 5 Jan 2002 03:45:50 +0000 (03:45 +0000)
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 2c09907b537147189e77810f586558be6004733b)

source3/client/smbmount.c

index 2b5617ceb5c1420a11a385b961ac07b75104b7d1..8b56d21bec77e739d7c2833d03efb9daddbe4cc0 100644 (file)
@@ -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",