From 99e984c8d42d070b83ea27bd10dee8f195b5149b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 22:30:22 +0300 Subject: Adapt to renaming butl::fdnull() to fdopen_null() --- bbot/agent/machine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/agent/machine.cxx') 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; -- cgit v1.1