Print this page
10132 smatch fixes for MDB
Reviewed by: Andy Fiddaman <andy@omniosce.org>

@@ -1988,11 +1988,10 @@
         *equals = '=';
 
         (void) mdb_nv_insert(&pt->p_env, name, NULL, (uintptr_t)val,
             MDB_NV_EXTNAME);
 
-        if (equals)
                 *equals = '=';
 }
 
 /*
  * Clears the internal environment.