Re: [PATCH] multipathd: Added missing variable declaration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Applied,
Thanks.

Christophe Varoqui
www.opensvc.com


On Mon, Dec 9, 2013 at 9:37 PM, Mateusz Półrola <mateusz.polrola@xxxxxxxxx> wrote:
Declaration of envp variable in child function is missing

---
 multipathd/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multipathd/main.c b/multipathd/main.c
index 7c0e313..2d6aac8 100644
--- a/multipathd/main.c
+++ b/multipathd/main.c
@@ -1609,6 +1609,7 @@ child (void * param)
  struct multipath * mpp;
  int i;
  int rc, pid_rc;
+ char *envp;
 
  mlockall(MCL_CURRENT | MCL_FUTURE);
  sem_init(&exit_sem, 0, 0);
-- 
1.8.4.2


--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel

--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel

[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux