1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3: Fix a cut&paste error

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Jan  3 16:57:44 CET 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke 2012-01-03 15:20:09 +01:00 committed by Volker Lendecke
parent 0923e7fa39
commit cd3a935d0e

View File

@ -3802,7 +3802,7 @@ static bool run_oplock4(int dummy)
open_req = cli_openx_send(
talloc_tos(), ev, cli2, fname_ln, O_RDWR, DENY_NONE);
if (oplock_req == NULL) {
if (open_req == NULL) {
printf("cli_openx_send failed\n");
return false;
}