ports/net/pchar/patches/patch-PctestIpv6File_cc

13 lines
255 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: PctestIpv6File.cc
--- PctestIpv6File.cc.orig
+++ PctestIpv6File.cc
@@ -101,6 +101,8 @@ int PctestIpv6File::SetOriginName(char *t) {
fprintf(stderr, "Couldn't allocate memory for origin hostname.\n");
return -1;
}
+
+ return 0;
}
//