diff options
Diffstat (limited to 'runtime/ops/net_unix.rs')
-rw-r--r-- | runtime/ops/net_unix.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/net_unix.rs b/runtime/ops/net_unix.rs index 4a2fbf1de..d56dc76d9 100644 --- a/runtime/ops/net_unix.rs +++ b/runtime/ops/net_unix.rs @@ -72,7 +72,7 @@ pub struct UnixListenArgs { pub(crate) async fn accept_unix( state: Rc<RefCell<OpState>>, args: AcceptArgs, - _bufs: Option<ZeroCopyBuf>, + _: (), ) -> Result<OpConn, AnyError> { let rid = args.rid; |