localspl/tests: Fix copy+paste bug.
authorDetlef Riekenberg <wine.dev@web.de>
Tue, 20 Mar 2007 04:22:50 +0000 (05:22 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Mar 2007 12:00:40 +0000 (13:00 +0100)
dlls/localspl/tests/localmon.c

index bcc8177..a8ace23 100644 (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);