diff options
Diffstat (limited to 'src/proone-htbthost.c')
-rw-r--r-- | src/proone-htbthost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proone-htbthost.c b/src/proone-htbthost.c index a5b7f83..b4d8bdd 100644 --- a/src/proone-htbthost.c +++ b/src/proone-htbthost.c @@ -471,6 +471,7 @@ int main (const int argc, const char **args) { param.cb_f.hostinfo = cb_hostinfo; param.cb_f.tmpfile = mktmpfile; param.cb_f.ny_bin = cb_ny_bin; + param.blackhole = open("/dev/null", O_WRONLY); w = wkr_arr + 1; htbt = prne_alloc_htbt(w, param); |