summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2024-02-29 16:08:52 +0100
committerBenny Baumann <BenBE@geshi.org>2024-02-29 18:30:17 +0100
commit01d3398e8df1d0a60e27799cea5ec646b3b8a081 (patch)
tree7a29ef4b6b4f2707c76093382067ea418a76a5d6
parent35739c2aff6f9de569be689f6a725dab5f619b5c (diff)
Fix warnings in OpenBSD build.
-rw-r--r--openbsd/OpenBSDProcessTable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/OpenBSDProcessTable.c b/openbsd/OpenBSDProcessTable.c
index f2980a4b..ded31e59 100644
--- a/openbsd/OpenBSDProcessTable.c
+++ b/openbsd/OpenBSDProcessTable.c
@@ -41,7 +41,7 @@ ProcessTable* ProcessTable_new(Machine* host, Hashtable* pidMatchList) {
ProcessTable* super = &this->super;
ProcessTable_init(super, Class(OpenBSDProcess), host, pidMatchList);
- return this;
+ return super;
}
void ProcessTable_delete(Object* cast) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy