Module: wine Branch: master Commit: b1202e7e69c7f09cced4525b75da28fbdc19080f URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1202e7e69c7f09cced4525b75... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Tue Mar 20 05:22:50 2007 +0100 localspl/tests: Fix copy+paste bug. --- dlls/localspl/tests/localmon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/localspl/tests/localmon.c b/dlls/localspl/tests/localmon.c index bcc8177..a8ace23 100644 --- a/dlls/localspl/tests/localmon.c +++ b/dlls/localspl/tests/localmon.c @@ -1017,7 +1017,7 @@ START_TEST(localmon) if ((pXcvOpenPort) && (pXcvDataPort) && (pXcvClosePort)) { SetLastError(0xdeadbeef); - res = pXcvOpenPort(emptyW, 0, &hXcv); + res = pXcvOpenPort(emptyW, SERVER_ACCESS_ADMINISTER, &hXcv); ok(res, "hXcv: %d with %u and %p (expected '!= 0')\n", res, GetLastError(), hXcv); SetLastError(0xdeadbeef);