ports/net/pchar/patches/patch-PctestIpv4File_cc

13 lines
253 B
Text
Raw Normal View History

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