test/kits/net: Fix build of NetEndpointTest

This commit is contained in:
Alexander von Gluck IV
2015-07-26 09:47:50 -05:00
parent 2a868d7645
commit eef1c442a3
+1 -1
View File
@@ -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,