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
+2 -2
View File
@@ -46,10 +46,10 @@ checkArchive(const BNetEndpoint ne, int32 protocol,
localNetAddress.GetAddr(localAddr, &localPort);
remoteNetAddress.GetAddr(remoteAddr, &remotePort);
BMessage archive(0UL);
BMessage archive;
status_t status = ne.Archive(&archive);
if (status != B_OK) {
fprintf(stderr, "Archive() failed - %lx:%s\n", status,
fprintf(stderr, "Archive() failed - %lx:%s\n", status,
strerror(status));
problemCount++;
exit(1);