From 1366e53a12ed21f10c11aef72ef5efe49c10a89a Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 20 Feb 2006 11:17:39 +0100 Subject: [PATCH] [PATCH] blktrace: ->fd and ->pfd init in net client mode --- blktrace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blktrace.c b/blktrace.c index c1909a9..51398db 100644 --- a/blktrace.c +++ b/blktrace.c @@ -1275,6 +1275,8 @@ static struct device_information *net_get_dip(char *buts_name) tip->cpu = i; tip->device = dip; + tip->fd = -1; + tip->pfd = -1; if (tip_open_output(dip, tip)) return NULL; -- 2.25.1