From: Michael Chase-S. <mc...@us...> - 2011-10-27 04:58:01
|
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 ae10f36918a09a3a0e112a29163bb22b9c8e21a9 (commit) via 072484d4b0dc5c2218c6dc3d01b8cda8ebde6005 (commit) from 6837ecbf4ba89e35bc7f5c210157054db3cc873a (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 ae10f36918a09a3a0e112a29163bb22b9c8e21a9 Author: Michael Chase-Salerno <br...@li...> Date: Thu Oct 27 00:56:58 2011 -0400 [ 3428806 ] type=null in authorizeFilter call commit 072484d4b0dc5c2218c6dc3d01b8cda8ebde6005 Author: Michael Chase-Salerno <br...@li...> Date: Thu Oct 27 00:55:12 2011 -0400 [ 3428806 ] type=null in authorizeFilter call ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index ceb80b6..0cbbdc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-26 Michael Chase-Salerno <br...@li...> + + * providerDrv.c: + [ 3428806 ] type=null in authorizeFilter call + 2011-10-13 Chris Buccella <buc...@li...> * indication.mof: diff --git a/providerDrv.c b/providerDrv.c index 3ebef6e..efc58f4 100644 --- a/providerDrv.c +++ b/providerDrv.c @@ -2520,7 +2520,7 @@ activateFilter(BinRequestHdr * hdr, ProviderInfo * info, int requestor) CMPIContext *ctx = native_new_CMPIContext(MEM_TRACKED, info); CMPIResult *result = native_new_CMPIResult(0, 1, NULL); CMPIFlags flgs = 0; - char *type = NULL; + char *type = (char *) req->type.data; ctx->ft->addEntry(ctx, CMPIInvocationFlags, (CMPIValue *) & flgs, CMPI_uint32); @@ -2541,7 +2541,6 @@ activateFilter(BinRequestHdr * hdr, ProviderInfo * info, int requestor) if (se == NULL) { char *query = (char *) req->query.data; char *lang = (char *) req->language.data; - type = (char *) req->type.data; char *sns = (char *) req->sns.data; se = (NativeSelectExp *) NewCMPISelectExp(query, lang, sns, NULL, hooks/post-receive -- SFCB - Small Footprint CIM Broker |