diff options
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/cliconnect.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c index 1f222f88fd..f162e7e305 100644 --- a/source3/libsmb/cliconnect.c +++ b/source3/libsmb/cliconnect.c @@ -134,16 +134,6 @@ static struct tevent_req *cli_session_setup_lanman2_send( vwv = state->vwv; /* - * LANMAN servers predate NT status codes and Unicode and - * ignore those smb flags so we must disable the corresponding - * default capabilities that would otherwise cause the Unicode - * and NT Status flags to be set (and even returned by the - * server) - */ - - cli->capabilities &= ~(CAP_UNICODE | CAP_STATUS32); - - /* * if in share level security then don't send a password now */ if (!(sec_mode & NEGOTIATE_SECURITY_USER_LEVEL)) { |