Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 58cebef081c94cb5f88b9fe2fbddfdc8 > files > 18

openais-0.80.6-28.el5_6.1.src.rpm

Index: lib/ckpt.c
===================================================================
--- lib/ckpt.c	(revision 2053)
+++ lib/ckpt.c	(revision 2054)
@@ -624,6 +624,10 @@
 		&res_lib_ckpt_checkpointopen,
 		sizeof (struct res_lib_ckpt_checkpointopen));
 
+	if (error != SA_AIS_OK) {
+		goto error_put_destroy;
+	}
+
 	if (res_lib_ckpt_checkpointopen.header.error != SA_AIS_OK) {
 		error = res_lib_ckpt_checkpointopen.header.error;
 		goto error_put_destroy;