diff --git a/launchmon/src/sdbg_base_launchmon_impl.hxx b/launchmon/src/sdbg_base_launchmon_impl.hxx index a794d7c..3ac033d 100644 --- a/launchmon/src/sdbg_base_launchmon_impl.hxx +++ b/launchmon/src/sdbg_base_launchmon_impl.hxx @@ -104,7 +104,7 @@ launchmon_base_t FE_sockfd = rhs.FE_sockfd; API_mode = rhs.API_mode; last_seen = rhs.last_seen; - warm_period = rhs.iwarm_period; + warm_period = rhs.warm_period; // // This should actually never be called // diff --git a/launchmon/src/sdbg_base_symtab_impl.hxx b/launchmon/src/sdbg_base_symtab_impl.hxx index ae9afb6..64f7d2a 100644 --- a/launchmon/src/sdbg_base_symtab_impl.hxx +++ b/launchmon/src/sdbg_base_symtab_impl.hxx @@ -179,7 +179,7 @@ template image_base_t::image_base_t( const image_base_t &im) { base_image_name = im.base_image_name; - path = im.base_path_name; + path = im.base_image_name; // // We are not copying linkage_symtab and debug_symtab // because of our use of std::map.