From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id B2A9545C316 for ; Tue, 14 Apr 2020 14:54:11 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id q22so12162753ljg.0 for ; Tue, 14 Apr 2020 04:54:11 -0700 (PDT) Date: Tue, 14 Apr 2020 14:54:09 +0300 From: Cyrill Gorcunov Message-ID: <20200414115409.GA3072@uranus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 04/12] popen: add missed diag_set() in popen_new() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Tue, Apr 14, 2020 at 02:38:13PM +0300, Alexander Turenko wrote: > See the previous similar commits: > > * popen: add missed diag_set() in popen IO functions > * popen: add missed diag_set in popen_signal/delete > > Part of #4031 Acked-by: Cyrill Gorcunov