Copy struct library.should_activate_latent on clone
authorPetr Machata <pmachata@redhat.com>
Fri, 25 Jul 2014 11:03:59 +0000 (13:03 +0200)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:27 +0000 (20:38 +0900)
commit0b516067cef2b766e4a5a342a589bbc6f1ad7741
tree4b6f711e71719f8c89a42a0ada67317fde273a63
parentdceb6df2657c94e6b422850f43c6c6d12554db11
Copy struct library.should_activate_latent on clone

- I don't think it makes actual difference, as the only consumer of this
  symbol is proc_add_library, and that's not called from proc_clone (the
  clone is done by directly iterating the library list).  But the code is
  more obviously right this way.
library.c