From: Chris B. <buc...@us...> - 2011-11-05 01:45:14
|
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 "SFCB - Small Footprint CIM Broker". The branch, master has been updated via d53481dce97af2bb32d25e025e8d226893f08f72 (commit) from ae10f36918a09a3a0e112a29163bb22b9c8e21a9 (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 d53481dce97af2bb32d25e025e8d226893f08f72 Author: buccella <buc...@li...> Date: Fri Nov 4 21:45:40 2011 -0400 reverted 3023072 ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 0cbbdc1..f47c1a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-04 Chris Buccella <buc...@li...> + + * objectImpl.c: + Reverting part of 3023072 + 2011-10-26 Michael Chase-Salerno <br...@li...> * providerDrv.c: diff --git a/objectImpl.c b/objectImpl.c index a3e5b2c..a668b50 100644 --- a/objectImpl.c +++ b/objectImpl.c @@ -537,6 +537,7 @@ replaceClStringN(ClObjectHdr * hdr, int id, const char *str, unsigned int length free(ts); i = addClStringN(hdr, str, length); + fb = getStrBufPtr(hdr); /* addClString may change the strbufptr */ fb->iUsed--; fb->indexPtr[id - 1] = fb->indexPtr[i - 1]; hooks/post-receive -- SFCB - Small Footprint CIM Broker |