Commit 8f7b94cd authored by Ramon Nou's avatar Ramon Nou
Browse files

Updated str to LD_PRELOAD

parent d3a65c98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -902,7 +902,7 @@ class FwdClient:

        self._patched_env = {
            'LD_LIBRARY_PATH'               : libdirs,
            'LD_PRELOAD'                    : self._preload_library,
            'LD_PRELOAD'                    : str(self._preload_library),
            'LIBGKFS_HOSTS_FILE'            : str(self.cwd / gkfwd_hosts_file),
            'LIBGKFS_FORWARDING_MAP_FILE'   : str(self.cwd / gkfwd_forwarding_map_file_local),
            'LIBGKFS_LOG'                   : gkfs_client_log_level,