1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

Fix _samr_Connect5(). Yes we do pretend to be > w2k all the time :)

Guenther
(This used to be commit a407feb65301408f91a346ca9c01c511f95556c9)
This commit is contained in:
Günther Deschner 2008-02-05 13:38:48 +01:00
parent 75dc740ee3
commit 4a8010012a

View File

@ -2837,7 +2837,7 @@ NTSTATUS _samr_Connect5(pipes_struct *p,
DEBUG(5,("_samr_Connect5: %d\n", __LINE__)); DEBUG(5,("_samr_Connect5: %d\n", __LINE__));
info1.unknown1 = 3; info1.client_version = SAMR_CONNECT_AFTER_W2K;
info1.unknown2 = 0; info1.unknown2 = 0;
*r->out.level_out = 1; *r->out.level_out = 1;