aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/machine.cxx')
-rw-r--r--bbot/agent/machine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index 9b205cc..41d124c 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -36,7 +36,7 @@ namespace bbot
{
string addr (iface_addr (br));
- auto_fd fdn (ignore_errors ? fdnull () : nullfd);
+ auto_fd fdn (ignore_errors ? fdopen_null () : nullfd);
int ofd (ignore_errors ? fdn.get () : 2);
process_exit::code_type e;