From: Dave H. <hel...@us...> - 2014-09-05 00:00:19
|
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 3340426dc1fc91a844d0090fa83eed76e4cf9ae3 (commit) from 4879c376157339affe6d68fc12b03d200d8124df (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 3340426dc1fc91a844d0090fa83eed76e4cf9ae3 Author: Dave Heller <hel...@us...> Date: Thu Sep 4 16:59:05 2014 -0700 [sfcb-tix:#108] Some associatorname CIM operations hang ----------------------------------------------------------------------- Summary of changes: cimXmlOps.y | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cimXmlOps.y b/cimXmlOps.y index 41b4e93..5f4a7b2 100644 --- a/cimXmlOps.y +++ b/cimXmlOps.y @@ -145,7 +145,7 @@ buildAssociatorNamesRequest(void *parm) binCtx->oHdr = (OperationHdr *) req; binCtx->bHdr = &sreq->hdr; - binCtx->bHdr->flags = req->flags; + binCtx->bHdr->flags = 0; binCtx->rHdr = hdr; binCtx->bHdrSize = sizeof(*sreq); binCtx->type = CMPI_ref; hooks/post-receive -- sfcb - Small Footprint CIM Broker |