test/kits/net: Fix build of NetEndpointTest
This commit is contained in:
@@ -46,7 +46,7 @@ checkArchive(const BNetEndpoint ne, int32 protocol,
|
|||||||
localNetAddress.GetAddr(localAddr, &localPort);
|
localNetAddress.GetAddr(localAddr, &localPort);
|
||||||
remoteNetAddress.GetAddr(remoteAddr, &remotePort);
|
remoteNetAddress.GetAddr(remoteAddr, &remotePort);
|
||||||
|
|
||||||
BMessage archive(0UL);
|
BMessage archive;
|
||||||
status_t status = ne.Archive(&archive);
|
status_t status = ne.Archive(&archive);
|
||||||
if (status != B_OK) {
|
if (status != B_OK) {
|
||||||
fprintf(stderr, "Archive() failed - %lx:%s\n", status,
|
fprintf(stderr, "Archive() failed - %lx:%s\n", status,
|
||||||
|
|||||||
Reference in New Issue
Block a user