diff options
Diffstat (limited to 'src/proone-htbthost.c')
-rw-r--r-- | src/proone-htbthost.c | 2 |
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, ¶m); w->pth = pth_spawn(PTH_ATTR_DEFAULT, w->entry, w->ctx); prne_assert(htbt != NULL && w->pth != NULL); |