rasapi32/tests: Trace the correct variable.
This commit is contained in:
parent
b904dd783c
commit
388841fd13
|
@ -63,7 +63,7 @@ static void test_rasenum(void)
|
||||||
win_skip("RasEnumDevicesA found nothing to enumerate\n");
|
win_skip("RasEnumDevicesA found nothing to enumerate\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
trace("RasEnumDevicesA: returned %d buffersize %d\n", result, cb);
|
trace("RasEnumDevicesA: returned %d buffersize %d\n", result, bufsize);
|
||||||
ok(result == ERROR_BUFFER_TOO_SMALL,
|
ok(result == ERROR_BUFFER_TOO_SMALL,
|
||||||
"Expected ERROR_BUFFER_TOO_SMALL, got %08d\n", result);
|
"Expected ERROR_BUFFER_TOO_SMALL, got %08d\n", result);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue