s3-smbd clarify behaviour by not passing an OID that will not be used
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jul 2011 04:12:23 +0000 (14:12 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:04 +0000 (18:48 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/smbd/sesssetup.c

index 54c469c25a2b65d534847a09365d874537557f87..2f3bbd61719d88fc135b7355bab92fb56d87b234 100644 (file)
@@ -1188,7 +1188,7 @@ static void reply_sesssetup_and_X_spnego(struct smb_request *req)
 
                reply_spnego_ntlmssp(req, vuid,
                                     &vuser->auth_ntlmssp_state,
-                                    &chal, status, OID_NTLMSSP, false);
+                                    &chal, status, NULL, false);
                data_blob_free(&chal);
                return;
        }