projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0674ff4
)
localspl/tests: Fix copy+paste bug.
author
Detlef Riekenberg
<wine.dev@web.de>
Tue, 20 Mar 2007 04:22:50 +0000
(
05:22
+0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 20 Mar 2007 12:00:40 +0000
(13:00 +0100)
dlls/localspl/tests/localmon.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/localspl/tests/localmon.c
b/dlls/localspl/tests/localmon.c
index
bcc8177
..
a8ace23
100644
(file)
--- 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);