|
From: Dave H. <hel...@us...> - 2014-04-25 23:13:46
|
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 a9dda19abe7356eaeeaaad8be15fabbcb4ff8f29 (commit)
from db4cac6290045085f277597fefdbcf33ae4e8d51 (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 a9dda19abe7356eaeeaaad8be15fabbcb4ff8f29
Author: Dave Heller <hel...@us...>
Date: Fri Apr 25 19:12:04 2014 -0400
[sfcb-tix:#106] CMPIRole not passed to provider context
-----------------------------------------------------------------------
Summary of changes:
cimXmlParser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cimXmlParser.c b/cimXmlParser.c
index 0f8f51d..d214099 100644
--- a/cimXmlParser.c
+++ b/cimXmlParser.c
@@ -1724,7 +1724,7 @@ scanCimXmlRequest(CimRequestContext *ctx, char *xmlData, int *rc)
control.reqHdr.binCtx = calloc(1, sizeof(BinRequestContext));
control.reqHdr.principal = ctx->principal;
control.reqHdr.sessionId = ctx->sessionId;
- control.reqHdr.role = NULL;
+ control.reqHdr.role = ctx->role;
control.paramValues.last = control.paramValues.first = NULL;
control.properties.last = control.properties.first = NULL;
control.qualifiers.last = control.qualifiers.first = NULL;
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|