|
From: Dave H. <hel...@us...> - 2012-09-10 21:40:53
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCC - Small Footprint CIM Client".
The branch, master has been updated
via edf0098727b4f22101d153eb48b75b76286b5070 (commit)
from 6c78d522c560523af0f68868fa1ce98b1e4070b9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit edf0098727b4f22101d153eb48b75b76286b5070
Author: Dave Heller <hel...@us...>
Date: Mon Sep 10 17:38:20 2012 -0400
[ 3555103 ] wrong declaration of release attribute in _CIMCArgsFT
-----------------------------------------------------------------------
Summary of changes:
diff --git a/NEWS b/NEWS
index 0ffe4a9..0eb97b7 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ Bugs:
- 3530609: Various BEAM Errors
- 3435363: Wrong call of curl_global_cleanup()
- 3547832: memory leak in backend/cimxml/grammer.c
+- 3555103: wrong declaration of release attribute in _CIMCArgsFT
Changes in 2.2.3
================
diff --git a/cimc/cimcft.h b/cimc/cimcft.h
index 773ee3b..80613d5 100644
--- a/cimc/cimcft.h
+++ b/cimc/cimcft.h
@@ -434,7 +434,7 @@ extern "C" {
struct _CIMCArgsFT {
int ftVersion;
- CIMCStatus (*release) (CIMCArgs args);
+ CIMCStatus (*release) (CIMCArgs* args);
CIMCArgs* (*clone) (CIMCArgs* args, CIMCStatus* rc);
CIMCStatus (*addArg) (CIMCArgs* args, const char* name, CIMCValue* value, CIMCType type);
CIMCData (*getArg) (CIMCArgs * args, const char * name, CIMCStatus * rc);
diff --git a/contributions.txt b/contributions.txt
index 4aad521..3629fae 100644
--- a/contributions.txt
+++ b/contributions.txt
@@ -57,3 +57,4 @@ J. Bart Whiteley, Novell
Michal Minar
------------
07/31/2012 [ 3547832 ] memory leak in backend/cimxml/grammer.c
+09/10/2012 [ 3555103 ] wrong declaration of release attribute in _CIMCArgsFT
hooks/post-receive
--
SFCC - Small Footprint CIM Client
|