summaryrefslogtreecommitdiff
path: root/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'library.c')
-rw-r--r--library.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/library.c b/library.c
index a0cd860..7fb14c1 100644
--- a/library.c
+++ b/library.c
@@ -525,6 +525,7 @@ library_clone(struct library *retp, struct library *lib)
library_set_pathname(retp, pathname, lib->own_pathname);
retp->key = lib->key;
+ retp->should_activate_latent = lib->should_activate_latent;
/* Clone symbols. */
{