aboutsummaryrefslogtreecommitdiff
path: root/src/proone-htbthost.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proone-htbthost.c')
-rw-r--r--src/proone-htbthost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proone-htbthost.c b/src/proone-htbthost.c
index a407253..96ceb9f 100644
--- a/src/proone-htbthost.c
+++ b/src/proone-htbthost.c
@@ -468,7 +468,7 @@ int main (const int argc, const char **args) {
param.blackhole = open("/dev/null", O_WRONLY);
w = wkr_arr + 1;
- htbt = prne_alloc_htbt(w, param);
+ htbt = prne_alloc_htbt(w, &param);
w->pth = pth_spawn(PTH_ATTR_DEFAULT, w->entry, w->ctx);
prne_assert(htbt != NULL && w->pth != NULL);