From 58a6c4640cd6310f9d139961aa75ce08434acdca Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Fri, 30 Sep 2005 14:24:35 +0200 Subject: [PATCH] [libmultipath] forgoten fd init in struct.c:alloc_path() --- libmultipath/structs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmultipath/structs.c b/libmultipath/structs.c index 1c70423..1a8ae3f 100644 --- a/libmultipath/structs.c +++ b/libmultipath/structs.c @@ -20,6 +20,7 @@ alloc_path (void) pp->sg_id.channel = -1; pp->sg_id.scsi_id = -1; pp->sg_id.lun = -1; + pp->fd = -1; } return pp; } -- 2.7.4