1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00

Same fix as went into 2.2 (I'm waiting for jerry to finish some code).

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 0b0b937b58
commit 01ff6ce496
20 changed files with 162 additions and 156 deletions

View File

@@ -57,7 +57,7 @@ BOOL cli_receive_smb(struct cli_state *cli)
if (!cli->oplock_handler(cli, fnum, level)) return False;
}
/* try to prevent loops */
CVAL(cli->inbuf,smb_com) = 0xFF;
SCVAL(cli->inbuf,smb_com,0xFF);
goto again;
}
}