localspl/tests: Fix copy+paste bug.

This commit is contained in:
Detlef Riekenberg 2007-03-20 05:22:50 +01:00 committed by Alexandre Julliard
parent 0674ff43b2
commit b1202e7e69
1 changed files with 1 additions and 1 deletions

View File

@ -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);