1
0
Эх сурвалжийг харах

Bug 691422 - cl5WriteRUV - fix coverity control flow issues

https://bugzilla.redhat.com/show_bug.cgi?id=691422
Resolves: bug 691422
Bug Description: cl5WriteRUV - fix coverity control flow issues
Reviewed by: nhosoi (Thanks!)
Branch: master
Fix Description: file_obj will always be NULL here, so just remove the code
Platforms tested: RHEL6 x86_64
Flag Day: no
Doc impact: no
Rich Megginson 14 жил өмнө
parent
commit
09f0981635

+ 0 - 3
ldap/servers/plugins/replication/cl5_api.c

@@ -6302,9 +6302,6 @@ cl5WriteRUV()
         }
         file_obj = objset_next_obj(s_cl5Desc.dbFiles, file_obj);
     }
-    if (file_obj) {
-        object_release (file_obj);
-    }
 bail:
     if (closeit && (CL5_STATE_OPEN == s_cl5Desc.dbState)) {
         _cl5Close ();