well this causes it to properly not work, now to just get the cert working

This commit is contained in:
DarthArgus
2017-01-11 06:15:01 +00:00
parent a618c8b123
commit e693823ec0
4 changed files with 71 additions and 76 deletions
+2 -10
View File
@@ -31,19 +31,11 @@ namespace StellaBellum {
}
inline void eatIt() {
// FUCK YOU
for (;;) {
abort();
sleep(10);
raise(SIGSEGV);
}
}
inline void setLastStatTime(){
abort();
sleep(10);
raise(SIGSEGV);
}
};
}
#endif //webAPIHeartbeat_H