$OpenBSD: patch-src_core_Config_cpp,v 1.4 2021/01/01 22:53:20 sthen Exp $

Upstream fix - Squashing Adsk contrib/operator rhs

--- src/core/Config.cpp.orig	Thu Dec  3 22:17:51 2020
+++ src/core/Config.cpp	Thu Dec  3 22:18:10 2020
@@ -330,7 +330,7 @@ OCIO_NAMESPACE_ENTER
                 sanitytext_ = rhs.sanitytext_;
                 
                 cacheids_ = rhs.cacheids_;
-                cacheidnocontext_ = cacheidnocontext_;
+                cacheidnocontext_ = rhs.cacheidnocontext_;
             }
             return *this;
         }
